]> git.eshelyaron.com Git - emacs.git/commitdiff
allow / and *, too
authorKarl Berry <karl@gnu.org>
Mon, 5 Jan 2004 22:50:58 +0000 (22:50 +0000)
committerKarl Berry <karl@gnu.org>
Mon, 5 Jan 2004 22:50:58 +0000 (22:50 +0000)
lisp/ChangeLog
lisp/emacs-lisp/copyright.el

index eab0fce6a58cec4b32eccd2331c9e7d416945727..67e62e7025a9545108a8be03316922ffcb614965 100644 (file)
@@ -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.
index 8d748291c00a5150de186b0870e469211af4eed9..6a95c60f859f8a319e15bded64f119b3dcc4bb94 100644 (file)
@@ -48,7 +48,7 @@ A value of nil means to search whole buffer."
 (defcustom copyright-regexp
  "\\([\81©\8e©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\
 \\|[Cc]opyright\\s *:?\\s *[\81©\8e©]\\)\
-\\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