(copyright-regexp): Put \251 before the multibyte copyright symbol.
This commit is contained in:
parent
b26aba3879
commit
aabf58d159
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@
|
|||
|
||||
|
||||
(defcustom copyright-regexp
|
||||
"\\([<EFBFBD>©\251]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
|
||||
\\|[Cc]opyright\\s *:?\\s *[<EFBFBD>©\251]\\)\
|
||||
"\\([\251<EFBFBD>©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
|
||||
\\|[Cc]opyright\\s *:?\\s *[\251<EFBFBD>©]\\)\
|
||||
\\s *\\([1-9][-0-9, ']*[0-9]+\\) "
|
||||
"*What your copyright notice looks like.
|
||||
The second \\( \\) construct must match the years."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue