diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2004-01-05 05:58:50 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2004-01-05 05:58:50 +0000 |
commit | 0221d2bfcbc9a3571fdbfbf3d8ad464aae4ffd24 (patch) | |
tree | 7a66b701aaab5c7f676880174d5a2d4720871f87 /lisp/emacs-lisp/copyright.el | |
parent | 428a555ec5d5736a3eede739e9b42bd9d33b4364 (diff) | |
parent | 17b337762fe7df77aa8a6dfcea0109a267bea83d (diff) | |
download | emacs-0221d2bfcbc9a3571fdbfbf3d8ad464aae4ffd24.tar.gz emacs-0221d2bfcbc9a3571fdbfbf3d8ad464aae4ffd24.tar.bz2 emacs-0221d2bfcbc9a3571fdbfbf3d8ad464aae4ffd24.zip |
Merged in changes from CVS HEAD
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-17
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-18
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-45
Diffstat (limited to 'lisp/emacs-lisp/copyright.el')
-rw-r--r-- | lisp/emacs-lisp/copyright.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index fc0a5b74726..4532f7e5b77 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -1,6 +1,6 @@ ;;; copyright.el --- update the copyright notice in current buffer -;; Copyright (C) 1991, 92, 93, 94, 95, 1998, 2001, 2003 +;; Copyright (C) 1991, 92, 93, 94, 95, 1998, 2001, 2003, 2004 ;; Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer <occitan@esperanto.org> @@ -47,7 +47,7 @@ A value of nil means to search whole buffer." (defcustom copyright-regexp "\\([]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\ \\|[Cc]opyright\\s *:?\\s *[]\\)\ -\\s *\\([1-9]\\([-0-9, ';\n\t]\\|\\s<\\|\\s>\\)*[0-9]+\\)" +\\s *\\([1-9]\\([-0-9, ';%#\n\t]\\|\\s<\\|\\s>\\)*[0-9]+\\)" "*What your copyright notice looks like. The second \\( \\) construct must match the years." :group 'copyright |