changeset 17203:5f9cf553d44b

(copyright-regexp): Allow "Copyright" and the copyright symbol together.
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 Mar 1997 03:35:20 +0000
parents 9555c074333c
children 2c684820d196
files lisp/emacs-lisp/copyright.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/copyright.el	Fri Mar 21 22:12:24 1997 +0000
+++ b/lisp/emacs-lisp/copyright.el	Sat Mar 22 03:35:20 1997 +0000
@@ -35,7 +35,9 @@
 
 
 (defvar copyright-regexp
-  "\\(\251\\|[Cc]opyright\\s *:?\\s *(C)\\)\\s *\\([1-9][-0-9, ']*[0-9]+\\) "
+  "\\(\251\\|[Cc]opyright\\s *:?\\s *(C)\
+\\|[Cc]opyright\\s *:?\\s *\251\\)\
+\\s *\\([1-9][-0-9, ']*[0-9]+\\) "
   "*What your copyright notice looks like.
 The second \\( \\) construct must match the years.")