diff --git a/code/ntrace.lisp b/code/ntrace.lisp index b19f10e3b82cd21ec6d61894aae5ec44a8f627d4..8cfb01dccc44169af1ddde59c196266600dbff19 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.")