Mercurial > emacs
changeset 53507:edbcb3c5d4e3
allow / and *, too
author | Karl Berry <karl@gnu.org> |
---|---|
date | Mon, 05 Jan 2004 22:50:58 +0000 |
parents | da21878fbce2 |
children | c7553b3b3a60 892c6294eb08 |
files | lisp/ChangeLog lisp/emacs-lisp/copyright.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jan 05 18:21:12 2004 +0000 +++ b/lisp/ChangeLog Mon Jan 05 22:50:58 2004 +0000 @@ -1,3 +1,8 @@ +2004-01-05 Karl Berry <karl@gnu.org> + + * emacs-lisp/copyright.el (copyright-regexp): might as well allow + / and *, too. + 2003-12-31 Simon Josefsson <jas@extundo.com> * files.el (before-save-hook): Add.
--- a/lisp/emacs-lisp/copyright.el Mon Jan 05 18:21:12 2004 +0000 +++ b/lisp/emacs-lisp/copyright.el Mon Jan 05 22:50:58 2004 +0000 @@ -48,7 +48,7 @@ (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