summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-01-06 23:35:31 +0000
committerDave Love <fx@gnu.org>2000-01-06 23:35:31 +0000
commitbf5f1abd7054b3f64921a06e01b1a8c11e452b24 (patch)
tree63df3cf2ca0c7e4cf7ebe2f5fd84cd53f07c24b9 /lisp/emacs-lisp
parentc5967e91d341b8cdeff5b728b905e29e4311f155 (diff)
downloademacs-bf5f1abd7054b3f64921a06e01b1a8c11e452b24.tar.gz
Tag as emacs-mule coding.
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