# HG changeset patch # User Dave Love # Date 1028028160 0 # Node ID ef4c8f452558aa4eceff4a2171e701484b2dacdc # Parent 94184802d0cc754b05ea41b97099bfb04267cef3 (copyright-regexp): Remove redundancy. diff -r 94184802d0cc -r ef4c8f452558 lisp/emacs-lisp/copyright.el --- 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