From: Richard M. Stallman Date: Fri, 11 Jul 1997 06:15:11 +0000 (+0000) Subject: Make it clear that the warning is a warning. X-Git-Tag: emacs-20.1~1219 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=325d9e67e80b6d23e6fabc767e934ad0751db1b4;p=emacs.git Make it clear that the warning is a warning. --- diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 972747c1126..e3950dd82ec 100644 --- 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 "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