# HG changeset patch # User Karl Berry # Date 1073343058 0 # Node ID edbcb3c5d4e38c8b57d54f7e021c48ce99baf30c # Parent da21878fbce278d0bc2fb788c56cdcb372c28719 allow / and *, too diff -r da21878fbce2 -r edbcb3c5d4e3 lisp/ChangeLog --- 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 + + * emacs-lisp/copyright.el (copyright-regexp): might as well allow + / and *, too. + 2003-12-31 Simon Josefsson * files.el (before-save-hook): Add. diff -r da21878fbce2 -r edbcb3c5d4e3 lisp/emacs-lisp/copyright.el --- 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