# HG changeset patch # User Richard M. Stallman # Date 1010175691 0 # Node ID 424477382fbebad87cc5de963a9e3ca62c4f8954 # Parent b27d842c7fcae28fcb2faa210837fcae31b2c989 (copyright-regexp): Allow multi-line copyrights to be updated. diff -r b27d842c7fca -r 424477382fbe lisp/emacs-lisp/copyright.el --- 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