Mercurial > emacs
changeset 18727:f3b080ae4fca
Make it clear that the warning is a warning.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 11 Jul 1997 06:15:11 +0000 |
parents | cfbf43d0fd54 |
children | d03fae97ec4f |
files | lisp/cus-start.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-start.el Thu Jul 10 20:12:15 1997 +0000 +++ b/lisp/cus-start.el Fri Jul 11 06:15:11 1997 +0000 @@ -210,7 +210,7 @@ type (nth 2 this)) (if (not (boundp symbol)) ;; If variables are removed from C code, give an error here! - (message "Built-in variable `%S' not bound" symbol) + (message "Note, built-in variable `%S' not bound" symbol) ;; Save the standard value, unless we already did. (or (get symbol 'standard-value) (put symbol 'standard-value