Mercurial > emacs
changeset 27229:fdaa887d0f8f
Tag as emacs-mule coding.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 06 Jan 2000 23:35:31 +0000 |
parents | b4676dda4b53 |
children | 6eba74503556 |
files | lisp/emacs-lisp/copyright.el |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
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