diff --git a/hemlock/eval-server.lisp b/hemlock/eval-server.lisp index a1d8788ecb788148e1a9a5697b6a936581a0a711..f44974e2b54b146b4fe257ee939d82a1d4fc7eb2 100644 --- a/hemlock/eval-server.lisp +++ b/hemlock/eval-server.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/eval-server.lisp,v 1.1.1.8 1991/05/14 16:04:36 chiles Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/eval-server.lisp,v 1.1.1.9 1991/09/04 14:22:27 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -98,8 +98,8 @@ (defhvar "Slave Utility" "This is the pathname of the utility to fire up slave Lisps. It defaults - to /usr/misc/.cmucl/bin/lisp." - :value "/usr/misc/.cmucl/bin/lisp") + to \"lisp\"." + :value "lisp") (defhvar "Slave Utility Switches" "These are additional switches to pass to the Slave Utility.