diff lisp/emacs-lisp/copyright.el @ 53507:edbcb3c5d4e3

allow / and *, too
author Karl Berry <karl@gnu.org>
date Mon, 05 Jan 2004 22:50:58 +0000
parents f657faa17ea1
children 22f1ac802ffd
line wrap: on
line diff
--- 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