diff options
Diffstat (limited to 'src/interp/nlib.lisp.pamphlet')
-rw-r--r-- | src/interp/nlib.lisp.pamphlet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/nlib.lisp.pamphlet b/src/interp/nlib.lisp.pamphlet index 2782a6cb..24f86ccd 100644 --- a/src/interp/nlib.lisp.pamphlet +++ b/src/interp/nlib.lisp.pamphlet @@ -79,7 +79,7 @@ but has been changed to read: <<*>>= <<license>> -(in-package "VMLISP") +(in-package "BOOT") #+:AKCL (defvar *lisp-bin-filetype* "o") @@ -511,7 +511,7 @@ but has been changed to read: (system (concat "cp " namestring1 " " namestring2))) -(defvar vmlisp::$filetype-table +(defvar $filetype-table '((BOOT::LISPLIB . |LILIB|) (BOOT::SPADLIB . |slib|) (BOOT::HISTORY . |hist|) |