diff options
author | Karl Berry <karl@gnu.org> | 2004-01-05 22:50:58 +0000 |
---|---|---|
committer | Karl Berry <karl@gnu.org> | 2004-01-05 22:50:58 +0000 |
commit | 2e3b4a0b359380880d5dad013a3286a6217e2ae2 (patch) | |
tree | 36a4d800c0860934f2855b4aa8e82ebab2fe71fc /lisp/emacs-lisp | |
parent | 652dd27103b2b5acb074f2b7f4f82d2944b1230e (diff) | |
download | emacs-2e3b4a0b359380880d5dad013a3286a6217e2ae2.tar.gz emacs-2e3b4a0b359380880d5dad013a3286a6217e2ae2.tar.bz2 emacs-2e3b4a0b359380880d5dad013a3286a6217e2ae2.zip |
allow / and *, too
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/copyright.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 8d748291c00..6a95c60f859 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -48,7 +48,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 |