diff lisp/emacs-lisp/copyright.el @ 89483:2f877ed80fa6

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 12:53:41 +0000
parents 375f2633d815 ef4c8f452558
children 68c22ea6027c
line wrap: on
line diff
--- a/lisp/emacs-lisp/copyright.el	Mon Sep 08 11:56:09 2003 +0000
+++ b/lisp/emacs-lisp/copyright.el	Mon Sep 08 12:53:41 2003 +0000
@@ -42,14 +42,9 @@
   :type '(choice (integer :tag "Limit")
 		 (const :tag "No limit")))
 
-;; Would it be cleaner to specify Latin-1 coding for this file,
-;; and not use both unibyte and multibyte copyright symbol characters?
-
-;; The character classes include the unibyte (C) sign,
-;; the Latin-1 version, and the Latin-9 version.
 (defcustom copyright-regexp
- "\\([]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\
-\\|[Cc]opyright\\s *:?\\s *[]\\)\
+ "\\(©\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\
+\\|[Cc]opyright\\s *:?\\s *©\\)\
 \\s *\\([1-9]\\([-0-9, ';\n\t]\\|\\s<\\|\\s>\\)*[0-9]+\\)"
   "*What your copyright notice looks like.
 The second \\( \\) construct must match the years."
@@ -191,7 +186,7 @@
 
 ;; For the copyright sign:
 ;; Local Variables:
-;; coding: emacs-mule
+;; coding: utf-8
 ;; End:
 
 ;;; copyright.el ends here