diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-04-08 14:38:29 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-04-08 14:38:29 +0000 |
commit | c0c433a9b283ed1b8b6e16b9ca84401a433dce32 (patch) | |
tree | bade5c25bc95b461629c5c33683c37cc50e5bc1d /app-emacs/ilisp/files | |
parent | Fix headers to /usr/X11R6/include, bug #18688 (diff) | |
download | historical-c0c433a9b283ed1b8b6e16b9ca84401a433dce32.tar.gz historical-c0c433a9b283ed1b8b6e16b9ca84401a433dce32.tar.bz2 historical-c0c433a9b283ed1b8b6e16b9ca84401a433dce32.zip |
corrected path to cmulisp binary
Diffstat (limited to 'app-emacs/ilisp/files')
-rw-r--r-- | app-emacs/ilisp/files/50ilisp-gentoo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/ilisp/files/50ilisp-gentoo.el b/app-emacs/ilisp/files/50ilisp-gentoo.el index 4b47926662fa..3e0f069f20b1 100644 --- a/app-emacs/ilisp/files/50ilisp-gentoo.el +++ b/app-emacs/ilisp/files/50ilisp-gentoo.el @@ -38,7 +38,7 @@ ; " -image " *cormanlisp-dir* "CormanLisp.img")) ; (setq lispworks-program ; "/somewhere/in/the/directory/tree/lispworks") -(setq cmulisp-program "/opt/cmucl/bin/lisp") +(setq cmulisp-program "/usr/bin/lisp") ;; If you are interested in maintaining CMUCL or compiling it ;; from source then set this to where the source files are. ; (setq cmulisp-local-source-directory |