]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-start.el
Update copyright year to 2016
[gnu-emacs] / lisp / cus-start.el
index 7e251196d6cc670c0d5d0ce1ec4002744530e35e..5be61ce537c697d76e5b1f8a287a0f74e5c9feb1 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cus-start.el --- define customization properties of builtins  -*- lexical-binding:t -*-
 
-;; Copyright (C) 1997, 1999-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 1999-2016 Free Software Foundation, Inc.
 
 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
 ;; Keywords: internal
@@ -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)))