diff --git a/code/sysmacs.lisp b/code/sysmacs.lisp index 92d75355a460c73ebca0382a6599ce1cf3f61992..925f4ef13f23b52c39e0b449967938b5b169a336 100644 --- a/code/sysmacs.lisp +++ b/code/sysmacs.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sysmacs.lisp,v 1.15 1993/08/06 13:02:53 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sysmacs.lisp,v 1.16 1993/08/19 11:37:07 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -69,8 +69,6 @@ "Executes the forms in the body without doing a garbage collection." `(without-interrupts ,@body)) -(defvar hi::*in-the-editor* nil) - (defmacro without-hemlock (&body body) `(progn (when (and hi::*in-the-editor* (null debug::*in-the-debugger*))