mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-27 19:31:38 +00:00
(copyright-regexp): Recognize the Latin-1 copyright symbol.
This commit is contained in:
parent
47adf45238
commit
0b596076e6
@ -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…
Reference in New Issue
Block a user