From: Jim A. <ja...@us...> - 2001-10-12 22:52:07
|
Update of /cvsroot/thinlisp/thinlisp-1.0/src/tlt/lisp In directory usw-pr-cvs1:/tmp/cvs-serv13746 Modified Files: boot.lisp Log Message: Change reference to the USER package to now read CL-USER. Index: boot.lisp =================================================================== RCS file: /cvsroot/thinlisp/thinlisp-1.0/src/tlt/lisp/boot.lisp,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** boot.lisp 2001/05/30 03:13:50 1.26 --- boot.lisp 2001/10/12 22:52:03 1.27 *************** *** 1,3 **** ! (in-package "USER") ;;;; Module BOOT --- 1,3 ---- ! (in-package "CL-USER") ;;;; Module BOOT |