aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-01-22 02:19:12 +0000
committerRichard M. Stallman <[email protected]>2002-01-22 02:19:12 +0000
commit2db0da92f8e5ed4e8ab7fa1bd8467f0f0a94e1f8 (patch)
tree2327ffc838629535e4a83220b1863018b91709d1 /lisp/emacs-lisp
parent00dc02800f6f9ae3d50df7604ea78fc91fa32215 (diff)
(copyright-regexp): Fix previous change.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/copyright.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el
index 93ee030e7b..26ce7b9c07 100644
--- a/lisp/emacs-lisp/copyright.el
+++ b/lisp/emacs-lisp/copyright.el
@@ -46,7 +46,7 @@ A value of nil means to search whole buffer."
;; The character classes include the unibyte (C) sign,
;; the Latin-1 version, and the Latin-9 version.
(defcustom copyright-regexp
- "\\([\251����]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\((C)\\)?\
+ "\\([\251������]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\
\\|[Cc]opyright\\s *:?\\s *[\251����]\\)\
\\s *\\([1-9]\\([-0-9, ';\n\t]\\|\\s<\\|\\s>\\)*[0-9]+\\)"
"*What your copyright notice looks like.