Skip to content
Snippets Groups Projects
Commit 01327eec authored by wlott's avatar wlott
Browse files

Changed /usr/misc/.lisp/... to /usr/misc/.cmucl/...

parent c51d4b5b
No related branches found
No related tags found
No related merge requests found
......@@ -95,8 +95,8 @@
(defhvar "Slave Utility"
"This is the pathname of the utility to fire up slave Lisps. It defaults
to /usr/misc/.lisp/bin/lisp."
:value "/usr/misc/.lisp/bin/lisp")
to /usr/misc/.cmucl/bin/lisp."
:value "/usr/misc/.cmucl/bin/lisp")
(defhvar "Slave Utility Switches"
"These are additional switches to pass to the Slave Utility.
......
......@@ -740,7 +740,7 @@
;;;; Binary File Reading
(defparameter default-binary-dictionary
"/usr/misc/.lisp/lib/spell-dictionary.bin")
"/usr/misc/.cmucl/lib/spell-dictionary.bin")
;;; This is the first thing in a spell binary dictionary file to serve as a
;;; quick check of its proposed contents. This particular number is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment