Index: screen.lisp =================================================================== RCS file: /cvsroot/clisp/clisp/src/screen.lisp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -b -u -b -w -i -B -r1.3 -r1.4 --- screen.lisp 2001/04/06 22:05:24 1.3 +++ screen.lisp 2001/06/01 14:15:58 1.4 @@ -1,4 +1,12 @@ -(use-package '("COMMON-LISP" "EXT") "SCREEN") +;; SCREEN is actually conditionally defined in constpack.d, +;; but the condition (in lispbibl.d) is too hairy +;; to duplicate it in makemake.in, so this file is always compiled +;; (even when it is not subsequently loaded by ini.lisp), +;; thus we have to use DEFPACKAGE here just in case + +(defpackage "SCREEN" + (:use "COMMON-LISP" "EXT")) + (in-package "SCREEN") #|