: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©]\\)\
(provide 'copyright)
+;; For the copyright sign:
+;; Local Variables:
+;; coding: emacs-mule
+;; End:
+
;; copyright.el ends here