aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-01-04 20:21:31 +0000
committerRichard M. Stallman2002-01-04 20:21:31 +0000
commit4b0ad1a5a6076562822149d043d84946a3cb3031 (patch)
tree9d754d63128bc4ff85165adb97ae3689080ac3d1
parent56a0c173cc08ae6aba6b4555ac32099f1069868a (diff)
downloademacs-4b0ad1a5a6076562822149d043d84946a3cb3031.tar.gz
emacs-4b0ad1a5a6076562822149d043d84946a3cb3031.zip
(copyright-regexp): Allow multi-line copyrights to be updated.
-rw-r--r--lisp/emacs-lisp/copyright.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el
index 70c15bf3ec2..15c39e07b74 100644
--- a/lisp/emacs-lisp/copyright.el
+++ b/lisp/emacs-lisp/copyright.el
@@ -45,7 +45,7 @@
45(defcustom copyright-regexp 45(defcustom copyright-regexp
46 "\\([\251]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\ 46 "\\([\251]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
47\\|[Cc]opyright\\s *:?\\s *[\251]\\)\ 47\\|[Cc]opyright\\s *:?\\s *[\251]\\)\
48\\s *\\([1-9][-0-9, ']*[0-9]+\\)" 48\\s *\\([1-9][-0-9, ';\n\t]*[0-9]+\\)"
49 "*What your copyright notice looks like. 49 "*What your copyright notice looks like.
50The second \\( \\) construct must match the years." 50The second \\( \\) construct must match the years."
51 :group 'copyright 51 :group 'copyright