X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=mop.lisp;h=788df532bd934bd55ea30d60ef2523d90bd6d17e;hb=94301d812a0e096b96568a267414a759c0ca1a28;hp=f40287473d92d2e75fa272f407b3774e3216ecac;hpb=509f5717bbb67f567741531ca7f2b34a9f8939f9;p=hyperobject.git diff --git a/mop.lisp b/mop.lisp index f402874..788df53 100644 --- a/mop.lisp +++ b/mop.lisp @@ -11,7 +11,7 @@ ;;;; in Text, HTML, and XML formats. This includes hyperlinking ;;;; capability and sub-objects. ;;;; -;;;; $Id: mop.lisp,v 1.21 2003/03/29 07:09:41 kevin Exp $ +;;;; $Id: mop.lisp,v 1.22 2003/03/29 07:12:10 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -300,8 +300,8 @@ (close *queued-definitions-stream*) (compile-file *queued-definitions-pathname*) (load (compile-file-pathname *queued-definitions-pathname*)) - (delete-file *queued-definitions-pathname*) - (delete-file (compile-file-pathname *queued-definitions-pathname*)) +;; (delete-file *queued-definitions-pathname*) +;; (delete-file (compile-file-pathname *queued-definitions-pathname*)) (setq *queued-definitions-stream* nil))) (defun finalize-subobjects (cl)