From: Dave Love Date: Thu, 6 Jan 2000 23:35:31 +0000 (+0000) Subject: Tag as emacs-mule coding. X-Git-Tag: emacs-pretest-21.0.90~5430 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf5f1abd7054b3f64921a06e01b1a8c11e452b24;p=emacs.git Tag as emacs-mule coding. --- 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