X-Git-Url: http://git.kpe.io/?p=lml.git;a=blobdiff_plain;f=base.lisp;h=5944405fc11a78e0f37ec63403ca7bc51d1c7ff7;hp=2411ffd82575e87bd39989a76a9829d2d2ee0627;hb=5151ac10e8472126199e05ff8e5ab382ecba3c68;hpb=e0fde65db4134d8a1f369d95aa8a04edf3c728f2 diff --git a/base.lisp b/base.lisp index 2411ffd..5944405 100644 --- a/base.lisp +++ b/base.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: base.lisp,v 1.15 2003/05/26 14:53:33 kevin Exp $ +;;;; $Id: base.lisp,v 1.16 2003/06/06 21:59:30 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,8 +16,7 @@ ;;;; (http://www.gnu.org/licenses/gpl.html) ;;;; ************************************************************************* -(declaim (optimize (debug 3) (speed 3) (safety 3) (compilation-speed 0))) -(in-package :lml) +(in-package lml) (defun html4-prologue-string () "")