diff lisp/emacs-lisp/copyright.el @ 27229:fdaa887d0f8f

Tag as emacs-mule coding.
author Dave Love <fx@gnu.org>
date Thu, 06 Jan 2000 23:35:31 +0000
parents 8d2bb5d1416a
children 04373d2778b2
line wrap: on
line diff
--- a/lisp/emacs-lisp/copyright.el	Thu Jan 06 23:24:04 2000 +0000
+++ b/lisp/emacs-lisp/copyright.el	Thu Jan 06 23:35:31 2000 +0000
@@ -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 @@
 
 (provide 'copyright)
 
+;; For the copyright sign:
+;; Local Variables:
+;; coding: emacs-mule
+;; End:
+
 ;; copyright.el ends here