aboutsummaryrefslogtreecommitdiff
path: root/src/interp/macros.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/macros.lisp')
-rw-r--r--src/interp/macros.lisp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/interp/macros.lisp b/src/interp/macros.lisp
index 76cbb3c6..775f76cc 100644
--- a/src/interp/macros.lisp
+++ b/src/interp/macros.lisp
@@ -571,11 +571,6 @@
(defun |sayFORMULA| (X) "Prints on formula output stream."
(if (NULL X) NIL (sayBrightly1 X |$formulaOutputStream|)))
-(defvar |$highlightAllowed| nil "Used in BRIGHTPRINT and is a )set variable.")
-
-(defvar |$highlightFontOn| |$boldString| "switch to highlight font")
-(defvar |$highlightFontOff| |$normalString| "return to normal font")
-
;; the following are redefined in MSGDB BOOT
(DEFUN BLANKS (N &optional (stream *standard-output*)) "Print N blanks."