changeset 42892:e7cfdc6aa94e

(copyright-regexp): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 22 Jan 2002 02:19:01 +0000
parents 3f3b687cc8bf
children c7c46e552007
files lisp/emacs-lisp/copyright.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/copyright.el	Tue Jan 22 01:42:44 2002 +0000
+++ b/lisp/emacs-lisp/copyright.el	Tue Jan 22 02:19:01 2002 +0000
@@ -46,7 +46,7 @@
 ;; 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.