]> git.eshelyaron.com Git - emacs.git/commitdiff
(copyright-regexp): Allow multi-line copyrights to be updated.
authorRichard M. Stallman <rms@gnu.org>
Fri, 4 Jan 2002 20:21:31 +0000 (20:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 4 Jan 2002 20:21:31 +0000 (20:21 +0000)
lisp/emacs-lisp/copyright.el

index 70c15bf3ec23184176e2a034401c7964351ae05b..15c39e07b7469618080aafb807dde7578f7357ee 100644 (file)
@@ -45,7 +45,7 @@
 (defcustom copyright-regexp
   "\\([\251\81©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
 \\|[Cc]opyright\\s *:?\\s *[\251\81©]\\)\
-\\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