Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
72f40567
Commit
72f40567
authored
Nov 16, 1993
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/generic-site.lisp
View file @
72f40567
...
@@ -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
/1
9
1
4:06:37
ram Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/generic-site.lisp,v 1.
7
1993/
11
/1
6
1
9: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-*"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment