# HG changeset patch # User Richard M. Stallman # Date 1158278052 0 # Node ID 9aa76be5e74c650210320806b6a845c22309ac7f # Parent bbdd54e727942d21bff1fb339fbf6577339cef05 (display-time): Group mode-line instead of modeline. diff -r bbdd54e72794 -r 9aa76be5e74c lisp/time.el --- a/lisp/time.el Thu Sep 14 23:53:55 2006 +0000 +++ b/lisp/time.el Thu Sep 14 23:54:12 2006 +0000 @@ -31,7 +31,7 @@ (defgroup display-time nil "Display time and load in mode line of Emacs." - :group 'modeline + :group 'mode-line :group 'mail)