blob: 9ca415017af37546563df52b417cdc3defebaec1 (
plain)
1
2
3
4
|
(add-to-list 'load-path "@SITELISP@")
(autoload 'erobot "erobot" "Starts a game of erobot." t)
(autoload 'erobot-tour "erobot"
"Introduction to some of the erobots included in the package." t)
|