From 94301d812a0e096b96568a267414a759c0ca1a28 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 29 Mar 2003 07:12:10 +0000 Subject: [PATCH] r4279: Auto commit for Debian build --- mop.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.34.1