From: Jim A. <ja...@us...> - 2001-10-11 10:07:48
|
Update of /cvsroot/thinlisp/thinlisp-1.0/src In directory usw-pr-cvs1:/tmp/cvs-serv20253 Modified Files: boot.lisp Log Message: Changed from the old fashioned "USER" package to "CL-USER" in the two boot files where it is used. Fortunately, the majority of the code uses TL-USER so there aren't many places to change over. Index: boot.lisp =================================================================== RCS file: /cvsroot/thinlisp/thinlisp-1.0/src/boot.lisp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** boot.lisp 2001/05/22 02:09:56 1.4 --- boot.lisp 2001/10/11 10:07:46 1.5 *************** *** 1,3 **** ! (in-package "USER") ;;;; Module BOOT --- 1,3 ---- ! (in-package "CL-USER") ;;;; Module BOOT |