(copyright-regexp): Put \251 before the multibyte copyright symbol.

This commit is contained in:
Richard M. Stallman 1998-04-24 20:58:03 +00:00
parent b26aba3879
commit aabf58d159

View file

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