aboutsummaryrefslogtreecommitdiff
path: root/src/interp/patches.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-12-05 15:21:34 +0000
committerdos-reis <gdr@axiomatics.org>2007-12-05 15:21:34 +0000
commit0f49f0ce5faacecee97407b01a197ed427d76671 (patch)
treef38bd322c6558495c4b9aff36fdb8316ccda6ced /src/interp/patches.lisp
parent0b55ab972c6a20ae32884d532b8a9603b2e0303b (diff)
downloadopen-axiom-0f49f0ce5faacecee97407b01a197ed427d76671.tar.gz
* macros.lisp (|$highlightAllowed|): Remove.
(|$lightlightFontOn|): Likewise. (|$highlightFontOff|): Likewise. * patches.lisp (|$highlightAllowed|): Move to sys-globals.boot. (|$lightlightFontOn|): Move to sys-constants.boot (|$lightlightFontOff|): Likewise. * setvart.boot ($setOptions): Make highlighting default.
Diffstat (limited to 'src/interp/patches.lisp')
-rw-r--r--src/interp/patches.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interp/patches.lisp b/src/interp/patches.lisp
index a28df227..5f68687b 100644
--- a/src/interp/patches.lisp
+++ b/src/interp/patches.lisp
@@ -198,8 +198,6 @@
(setq |$localVars| ()) ;checked by isType
-(setq |$highlightFontOn| (concat " " |$boldString|))
-(setq |$highlightFontOff| (concat |$normalString| " "))
(define-function 'SUBSTQ #'SUBSTEQ) ;; needed for substNames (always copy)
#+(and :lucid (not :ibm/370))
(define-function 'RUN-AIX-PROGRAM #'SYS:RUN-AIX-PROGRAM)