# HG changeset patch # User Richard M. Stallman # Date 868601711 0 # Node ID f3b080ae4fcafc621508ebbed545e3544d073ca2 # Parent cfbf43d0fd544b13c5b2ed43005a63f0a6dd8ea3 Make it clear that the warning is a warning. diff -r cfbf43d0fd54 -r f3b080ae4fca lisp/cus-start.el --- 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