]> git.eshelyaron.com Git - emacs.git/commitdiff
(copyright-regexp): Delete the unibyte copyright symbol; it's redundant.
authorRichard M. Stallman <rms@gnu.org>
Thu, 7 Feb 2002 17:39:27 +0000 (17:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 7 Feb 2002 17:39:27 +0000 (17:39 +0000)
Fix a spazz in the multibyte encoding here.

lisp/emacs-lisp/copyright.el

index 26ce7b9c071a05040133197a6375dfb9d1efe89e..abed05cf9028d7e9bcad37a2ac8bef3feebe2df8 100644 (file)
@@ -46,8 +46,8 @@ A value of nil means to search whole buffer."
 ;; The character classes include the unibyte (C) sign,
 ;; the Latin-1 version, and the Latin-9 version.
 (defcustom copyright-regexp
- "\\([\251\81\81©\8e\81©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\
-\\|[Cc]opyright\\s *:?\\s *[\251\81©\8e©]\\)\
+ "\\([\81©\8e©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\
+\\|[Cc]opyright\\s *:?\\s *[\81©\8e©]\\)\
 \\s *\\([1-9]\\([-0-9, ';\n\t]\\|\\s<\\|\\s>\\)*[0-9]+\\)"
   "*What your copyright notice looks like.
 The second \\( \\) construct must match the years."