projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86b9a6a
)
Make it clear that the warning is a warning.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 11 Jul 1997 06:15:11 +0000
(06:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 11 Jul 1997 06:15:11 +0000
(06:15 +0000)
lisp/cus-start.el
patch
|
blob
|
history
diff --git
a/lisp/cus-start.el
b/lisp/cus-start.el
index 972747c1126b45042e0bb4b8fe7f129f931e4ae0..e3950dd82ec883f72192d7042a6ea6c3fac6eb9c 100644
(file)
--- a/
lisp/cus-start.el
+++ b/
lisp/cus-start.el
@@
-210,7
+210,7
@@
type (nth 2 this))
(if (not (boundp symbol))
;; If variables are removed from C code, give an error here!
- (message "
B
uilt-in variable `%S' not bound" symbol)
+ (message "
Note, b
uilt-in variable `%S' not bound" symbol)
;; Save the standard value, unless we already did.
(or (get symbol 'standard-value)
(put symbol 'standard-value