diff options
| author | Richard M. Stallman | 2002-01-04 20:21:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-04 20:21:31 +0000 |
| commit | 4b0ad1a5a6076562822149d043d84946a3cb3031 (patch) | |
| tree | 9d754d63128bc4ff85165adb97ae3689080ac3d1 | |
| parent | 56a0c173cc08ae6aba6b4555ac32099f1069868a (diff) | |
| download | emacs-4b0ad1a5a6076562822149d043d84946a3cb3031.tar.gz emacs-4b0ad1a5a6076562822149d043d84946a3cb3031.zip | |
(copyright-regexp): Allow multi-line copyrights to be updated.
| -rw-r--r-- | lisp/emacs-lisp/copyright.el | 2 |
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. |
| 50 | The second \\( \\) construct must match the years." | 50 | The second \\( \\) construct must match the years." |
| 51 | :group 'copyright | 51 | :group 'copyright |