# HG changeset patch # User Dave Love # Date 947201731 0 # Node ID fdaa887d0f8fc01818a8273e53dfb956207d1cab # Parent b4676dda4b53a575901b463d9a92f33b10d34a8d Tag as emacs-mule coding. diff -r b4676dda4b53 -r fdaa887d0f8f lisp/emacs-lisp/copyright.el --- 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