diff lisp/emacs-lisp/copyright.el @ 88916:ef4c8f452558

(copyright-regexp): Remove redundancy.
author Dave Love <fx@gnu.org>
date Tue, 30 Jul 2002 11:22:40 +0000
parents 717543e790e1
children 2f877ed80fa6
line wrap: on
line diff
--- a/lisp/emacs-lisp/copyright.el	Fri Jul 26 06:20:47 2002 +0000
+++ b/lisp/emacs-lisp/copyright.el	Tue Jul 30 11:22:40 2002 +0000
@@ -43,11 +43,9 @@
 ;; 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."
@@ -167,7 +165,7 @@
 
 ;; For the copyright sign:
 ;; Local Variables:
-;; coding: emacs-mule
+;; coding: utf-8
 ;; End:
 
 ;;; copyright.el ends here