summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/copyright.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el
index 45d5cff1b56..c4fd29cc64c 100644
--- a/lisp/emacs-lisp/copyright.el
+++ b/lisp/emacs-lisp/copyright.el
@@ -40,7 +40,8 @@
:type '(choice (integer :tag "Limit")
(const :tag "No limit")))
-
+;; Cleaner to specify Latin-1 coding for this file, and not use both
+;; unibyte and multibyte copyright symbol characters?
(defcustom copyright-regexp
"\\([\251]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
\\|[Cc]opyright\\s *:?\\s *[\251]\\)\
@@ -157,4 +158,9 @@ copyright, if any, are updated as well."
(provide 'copyright)
+;; For the copyright sign:
+;; Local Variables:
+;; coding: emacs-mule
+;; End:
+
;; copyright.el ends here