]> git.eshelyaron.com Git - emacs.git/commitdiff
Make it clear that the warning is a warning.
authorRichard M. Stallman <rms@gnu.org>
Fri, 11 Jul 1997 06:15:11 +0000 (06:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 11 Jul 1997 06:15:11 +0000 (06:15 +0000)
lisp/cus-start.el

index 972747c1126b45042e0bb4b8fe7f129f931e4ae0..e3950dd82ec883f72192d7042a6ea6c3fac6eb9c 100644 (file)
          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