# HG changeset patch # User Richard M. Stallman # Date 1011665941 0 # Node ID e7cfdc6aa94e9c4172a9966dcb4d3a010f078cb4 # Parent 3f3b687cc8bf837b1587dbad0fb8dce70576ae95 (copyright-regexp): Fix previous change. diff -r 3f3b687cc8bf -r e7cfdc6aa94e lisp/emacs-lisp/copyright.el --- 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.