]> git.eshelyaron.com Git - emacs.git/commitdiff
(copyright-regexp): Put \251 before the multibyte copyright symbol.
authorRichard M. Stallman <rms@gnu.org>
Fri, 24 Apr 1998 20:58:03 +0000 (20:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 24 Apr 1998 20:58:03 +0000 (20:58 +0000)
lisp/emacs-lisp/copyright.el

index 465d9ffae42b2b37e38885dd0fa68e410b00e66b..01dedb7237e987ce92440ba636d1f52f6b89b1fe 100644 (file)
@@ -43,8 +43,8 @@
 
 
 (defcustom copyright-regexp
-  "\\([\81©\251]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
-\\|[Cc]opyright\\s *:?\\s *[\81©\251]\\)\
+  "\\([\251\81©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
+\\|[Cc]opyright\\s *:?\\s *[\251\81©]\\)\
 \\s *\\([1-9][-0-9, ']*[0-9]+\\) "
   "*What your copyright notice looks like.
 The second \\( \\) construct must match the years."