From 0f49f0ce5faacecee97407b01a197ed427d76671 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 5 Dec 2007 15:21:34 +0000 Subject: * 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. --- src/interp/sys-globals.boot | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/interp/sys-globals.boot') diff --git a/src/interp/sys-globals.boot b/src/interp/sys-globals.boot index 4fcc113c..5d5ed751 100644 --- a/src/interp/sys-globals.boot +++ b/src/interp/sys-globals.boot @@ -422,3 +422,6 @@ _*YEARWEEK_* := nil ++ _/TRACENAMES := nil + +++ +$highlightAllowed := true -- cgit v1.2.3