From 661db8bce797d8d571c0e48028af9d84997b7d99 Mon Sep 17 00:00:00 2001 From: pw <pw> Date: Sun, 30 Nov 1997 13:54:57 +0000 Subject: [PATCH] Remove :cgc restriction on *trace-encapsulate-default* --- code/ntrace.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ntrace.lisp b/code/ntrace.lisp index b19f10e3b..8cfb01dcc 100644 --- a/code/ntrace.lisp +++ b/code/ntrace.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/ntrace.lisp,v 1.16 1997/11/29 02:08:49 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/ntrace.lisp,v 1.17 1997/11/30 13:54:57 pw Exp $") ;;; ;;; ********************************************************************** ;;; @@ -31,7 +31,7 @@ "If the trace indentation exceeds this value, then indentation restarts at 0.") -(defvar *trace-encapsulate-default* #-cgc :default #+cgc t +(defvar *trace-encapsulate-default* :default "The default value for the :ENCAPSULATE option to trace.") -- GitLab