Skip to content
Snippets Groups Projects
Commit 72f40567 authored by ram's avatar ram
Browse files

Declare hi::%set-variable-value to be a function so that we don't get undefined

warnings on loading into a non-hemlock lisp.
parent 8b6597f9
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/generic-site.lisp,v 1.6 1993/08/19 14:06:37 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/generic-site.lisp,v 1.7 1993/11/16 19:13:10 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -45,6 +45,7 @@ Loaded subsystems:")) ...@@ -45,6 +45,7 @@ Loaded subsystems:"))
;;; have source for this font, since it was created by hand-editing the ;;; have source for this font, since it was created by hand-editing the
;;; bitmaps. ;;; bitmaps.
;;; ;;;
(declaim (function hi::%set-variable-value))
(when (member :hemlock *features*) (when (member :hemlock *features*)
(hi::%set-variable-value 'ed::open-paren-highlighting-font :global nil (hi::%set-variable-value 'ed::open-paren-highlighting-font :global nil
"*-courier-bold-r-normal--*-120-*") "*-courier-bold-r-normal--*-120-*")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment