]> git.eshelyaron.com Git - emacs.git/commitdiff
Tag as emacs-mule coding.
authorDave Love <fx@gnu.org>
Thu, 6 Jan 2000 23:35:31 +0000 (23:35 +0000)
committerDave Love <fx@gnu.org>
Thu, 6 Jan 2000 23:35:31 +0000 (23:35 +0000)
lisp/emacs-lisp/copyright.el

index 45d5cff1b56395838fab7a34b416c49a3c8ce6cc..c4fd29cc64c988858c60ed84dd5d84425c5f0ae2 100644 (file)
@@ -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\81©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
 \\|[Cc]opyright\\s *:?\\s *[\251\81©]\\)\
@@ -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