(copyright-regexp): Recognize the Latin-1 copyright symbol.
This commit is contained in:
parent
47adf45238
commit
0b596076e6
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@
|
|||
|
||||
|
||||
(defvar copyright-regexp
|
||||
"\\(\251\\|[Cc]opyright\\s *:?\\s *(C)\
|
||||
\\|[Cc]opyright\\s *:?\\s *\251\\)\
|
||||
"\\([<5B>©\251]\\|[Cc]opyright\\s *:?\\s *(C)\
|
||||
\\|[Cc]opyright\\s *:?\\s *[<EFBFBD>©\251]\\)\
|
||||
\\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