From: Kevin M. Rosenberg Date: Sat, 29 Mar 2003 07:12:10 +0000 (+0000) Subject: r4279: Auto commit for Debian build X-Git-Tag: debian-2.11.0-2~190 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=94301d812a0e096b96568a267414a759c0ca1a28;hp=509f5717bbb67f567741531ca7f2b34a9f8939f9;p=hyperobject.git r4279: Auto commit for Debian build --- 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)