diff options
| author | Richard M. Stallman <rms@gnu.org> | 1997-07-11 06:15:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1997-07-11 06:15:11 +0000 |
| commit | 325d9e67e80b6d23e6fabc767e934ad0751db1b4 (patch) | |
| tree | 3da5aa67455967e513c608d5598b603d2d8877d9 /lisp/cus-start.el | |
| parent | 86b9a6a9d9002ecdd2fdd2f545f1d3a0ab7298c6 (diff) | |
| download | emacs-325d9e67e80b6d23e6fabc767e934ad0751db1b4.tar.gz | |
Make it clear that the warning is a warning.
Diffstat (limited to 'lisp/cus-start.el')
| -rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
