[clhp-cvs] CVS update: clhp/config/lisp-init.lisp

Update of /project/clhp/cvsroot/clhp/config In directory common-lisp.net:/tmp/cvs-serv3354/config Modified Files: lisp-init.lisp Log Message: fixed commented out load command for debian Date: Wed Nov 12 22:49:28 2003 Author: aventimiglia Index: clhp/config/lisp-init.lisp diff -u clhp/config/lisp-init.lisp:1.2 clhp/config/lisp-init.lisp:1.3 --- clhp/config/lisp-init.lisp:1.2 Mon Nov 10 10:33:29 2003 +++ clhp/config/lisp-init.lisp Wed Nov 12 22:49:27 2003 @@ -1,5 +1,5 @@ (ext:file-comment - "$Id: lisp-init.lisp,v 1.2 2003/11/10 15:33:29 aventimiglia Exp $") + "$Id: lisp-init.lisp,v 1.3 2003/11/13 03:49:27 aventimiglia Exp $") ;; ;; CLHP the Common Lisp Hypertext Preprocessor ;; (C) 2003 Anthony J Ventimiglia @@ -24,5 +24,4 @@ ;; Any code required at startup time for cmucl should be added here. ;; For example, On a Debian system you may need this to load ASDF -;(eval-when (:load-toplevel :compile-toplevel) -; (load "/usr/share/common-lisp/source/asdf/asdf.lisp")) +;(load "/usr/share/common-lisp/source/asdf/asdf.lisp")
participants (1)
-
Anthony Ventimiglia