diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-08-16 02:26:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-08-16 02:26:14 +0000 |
commit | 4416883750d15a4dab73dab8cf143eadcc8f9e8b (patch) | |
tree | fd83d402606608e8b59b9f1cebba5ec4de9549e1 /lisp/emacs-lisp/copyright.el | |
parent | a54359a44e70022c44841534fec0e9189b084940 (diff) | |
download | emacs-4416883750d15a4dab73dab8cf143eadcc8f9e8b.tar.gz |
(copyright-names-regexp): Add custom group.
Diffstat (limited to 'lisp/emacs-lisp/copyright.el')
-rw-r--r-- | lisp/emacs-lisp/copyright.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 8543bad2f4e..5fdebea68f3 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -59,6 +59,7 @@ The second \\( \\) construct must match the years." Only copyright lines where the name matches this regexp will be updated. This allows you to avoid adding yars to a copyright notice belonging to someone else or to a group for which you do not work." + :group 'copyright :type 'regexp) (defcustom copyright-years-regexp |