changeset 42533:424477382fbe

(copyright-regexp): Allow multi-line copyrights to be updated.
author Richard M. Stallman <rms@gnu.org>
date Fri, 04 Jan 2002 20:21:31 +0000
parents b27d842c7fca
children c07ef1efb323
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	Fri Jan 04 20:21:24 2002 +0000
+++ b/lisp/emacs-lisp/copyright.el	Fri Jan 04 20:21:31 2002 +0000
@@ -45,7 +45,7 @@
 (defcustom copyright-regexp
   "\\([\251]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
 \\|[Cc]opyright\\s *:?\\s *[\251]\\)\
-\\s *\\([1-9][-0-9, ']*[0-9]+\\)"
+\\s *\\([1-9][-0-9, ';\n\t]*[0-9]+\\)"
   "*What your copyright notice looks like.
 The second \\( \\) construct must match the years."
   :group 'copyright