From 01327eecfe145df9bc4840a2492dfa05963e07eb Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Wed, 12 Sep 1990 13:43:34 +0000
Subject: [PATCH] Changed /usr/misc/.lisp/... to /usr/misc/.cmucl/...

---
 hemlock/eval-server.lisp | 4 ++--
 hemlock/spell-corr.lisp  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/hemlock/eval-server.lisp b/hemlock/eval-server.lisp
index ba7c2698e..0adefb1f0 100644
--- a/hemlock/eval-server.lisp
+++ b/hemlock/eval-server.lisp
@@ -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.
diff --git a/hemlock/spell-corr.lisp b/hemlock/spell-corr.lisp
index bb6554453..535581ffa 100644
--- a/hemlock/spell-corr.lisp
+++ b/hemlock/spell-corr.lisp
@@ -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
-- 
GitLab