diff options
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 7e251196d6c..dc40ca9321a 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -626,7 +626,7 @@ since it could result in memory overflow and make Emacs crash." (if (not (boundp symbol)) ;; If variables are removed from C code, give an error here! (and native-p - (message "Note, 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 (list standard))) |