]> git.eshelyaron.com Git - emacs.git/commitdiff
(copyright-regexp): Allow "Copyright" and the copyright symbol together.
authorRichard M. Stallman <rms@gnu.org>
Sat, 22 Mar 1997 03:35:20 +0000 (03:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 22 Mar 1997 03:35:20 +0000 (03:35 +0000)
lisp/emacs-lisp/copyright.el

index f8ba8c0440441c9a6c632d170d225991f90a6140..4f820810926fd049dc3346f8a0fb9df58d8081a2 100644 (file)
@@ -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.")