You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/acl2/files/50acl2-gentoo.el

7 lines
230 B

(add-to-list 'load-path "@SITELISP@")
(defvar *acl2-sources-dir* "/usr/share/acl2/")
(autoload 'inferior-acl2 "inf-acl2.el"
"Run an inferior Acl2 process" t)
(autoload 'run-acl2 "inf-acl2.el"
"Run an inferior Acl2 process" t)