1
0
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:
Richard M. Stallman 1997-08-04 00:37:04 +00:00
parent 47adf45238
commit 0b596076e6

View File

@ -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.")