]> git.eshelyaron.com Git - emacs.git/commitdiff
(copyright-names-regexp): Add custom group.
authorRichard M. Stallman <rms@gnu.org>
Thu, 16 Aug 2007 02:26:14 +0000 (02:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 16 Aug 2007 02:26:14 +0000 (02:26 +0000)
lisp/ChangeLog
lisp/emacs-lisp/copyright.el

index d98a1b8ed2be80d5ccac354bfe8d950472b031c3..88346057d5dabeb21082ea57deba6435998e2657 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-16  Richard Stallman  <rms@gnu.org>
+
+       * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
+
 2007-08-15  Juri Linkov  <juri@jurta.org>
 
        * startup.el (initialization): Change parent group from `internal'
        It calls comment-line-break-function if there are comments.
        (do-auto-fill): Use that.
 
-2007-08-07  Ivan Kanis  <apple@kanis.eu>
-
-       * 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  <sorourke@cs.ucsd.edu>
 
        * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
index 8543bad2f4e0c3d635f061a4dc3f00bb62609e92..5fdebea68f39f6af39d2abf1b325420074a1c051 100644 (file)
@@ -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