aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/copyright.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el
index 465d9ffae42..01dedb7237e 100644
--- a/lisp/emacs-lisp/copyright.el
+++ b/lisp/emacs-lisp/copyright.el
@@ -43,8 +43,8 @@
43 43
44 44
45(defcustom copyright-regexp 45(defcustom copyright-regexp
46 "\\([©\251]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\ 46 "\\([\251©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
47\\|[Cc]opyright\\s *:?\\s *[©\251]\\)\ 47\\|[Cc]opyright\\s *:?\\s *[\251©]\\)\
48\\s *\\([1-9][-0-9, ']*[0-9]+\\) " 48\\s *\\([1-9][-0-9, ']*[0-9]+\\) "
49 "*What your copyright notice looks like. 49 "*What your copyright notice looks like.
50The second \\( \\) construct must match the years." 50The second \\( \\) construct must match the years."