From 205267c4ae7c29bcda4347843b8470befb1e1dcb Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Thu, 19 Aug 1993 11:37:07 +0000
Subject: [PATCH] Move defvar of hi::*in-the-editor* to lispinit.

---
 code/sysmacs.lisp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/code/sysmacs.lisp b/code/sysmacs.lisp
index 92d75355a..925f4ef13 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*))
-- 
GitLab