From: Richard M. Stallman Date: Thu, 16 Aug 2007 02:26:14 +0000 (+0000) Subject: (copyright-names-regexp): Add custom group. X-Git-Tag: emacs-pretest-23.0.90~11486 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4416883750d15a4dab73dab8cf143eadcc8f9e8b;p=emacs.git (copyright-names-regexp): Add custom group. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d98a1b8ed2b..88346057d5d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-08-16 Richard Stallman + + * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group. + 2007-08-15 Juri Linkov * startup.el (initialization): Change parent group from `internal' @@ -386,14 +390,6 @@ It calls comment-line-break-function if there are comments. (do-auto-fill): Use that. -2007-08-07 Ivan Kanis - - * time.el (display-time-world-mode, display-time-world-display) - (display-time-world, display-time-world-list) - (display-time-world-time-format, display-time-world-buffer-name) - (display-time-world-timer-enable, display-time-world-timer-second) - (display-time-world-mode-map): New. - 2007-08-07 Sean O'Rourke * complete.el (PC-lisp-complete-symbol): Complete symbol around point. 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