diff options
| author | Richard M. Stallman | 1997-07-11 06:15:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-11 06:15:11 +0000 |
| commit | 325d9e67e80b6d23e6fabc767e934ad0751db1b4 (patch) | |
| tree | 3da5aa67455967e513c608d5598b603d2d8877d9 /lisp | |
| parent | 86b9a6a9d9002ecdd2fdd2f545f1d3a0ab7298c6 (diff) | |
| download | emacs-325d9e67e80b6d23e6fabc767e934ad0751db1b4.tar.gz emacs-325d9e67e80b6d23e6fabc767e934ad0751db1b4.zip | |
Make it clear that the warning is a warning.
Diffstat (limited to 'lisp')
| -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 @@ | |||
| 210 | type (nth 2 this)) | 210 | type (nth 2 this)) |
| 211 | (if (not (boundp symbol)) | 211 | (if (not (boundp symbol)) |
| 212 | ;; If variables are removed from C code, give an error here! | 212 | ;; If variables are removed from C code, give an error here! |
| 213 | (message "Built-in variable `%S' not bound" symbol) | 213 | (message "Note, built-in variable `%S' not bound" symbol) |
| 214 | ;; Save the standard value, unless we already did. | 214 | ;; Save the standard value, unless we already did. |
| 215 | (or (get symbol 'standard-value) | 215 | (or (get symbol 'standard-value) |
| 216 | (put symbol 'standard-value | 216 | (put symbol 'standard-value |