From 0002b943cbce88021a8fcb763b2672abc2d37f6d Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 15 May 1992 19:55:16 +0000 Subject: [PATCH] Always load MACROS and BUFMAC, because they aren't loaded by default. --- tools/clxcom.lisp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/clxcom.lisp b/tools/clxcom.lisp index 4305ea270..0e9e7da67 100644 --- a/tools/clxcom.lisp +++ b/tools/clxcom.lisp @@ -33,8 +33,10 @@ (comf "target:clx/depdefs" :load t) (comf "target:clx/clx" :load t) (comf "target:clx/dependent" :load t) - (comf "target:clx/macros" :load t) ; these are just macros - (comf "target:clx/bufmac" :load t) ; these are just macros + (comf "target:clx/macros") ; these are just macros + (load "target:clx/macros") + (comf "target:clx/bufmac") ; these are just macros + (load "target:clx/bufmac") (comf "target:clx/buffer" :load t) (comf "target:clx/display" :load t) (comf "target:clx/gcontext" :load t) -- GitLab