From: Richard M. Stallman Date: Thu, 14 Sep 2006 23:54:12 +0000 (+0000) Subject: (display-time): Group mode-line instead of modeline. X-Git-Tag: emacs-pretest-22.0.90~558 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97904e510d08f34ce8ff8c63ba6805a3b7c8ea75;p=emacs.git (display-time): Group mode-line instead of modeline. --- diff --git a/lisp/time.el b/lisp/time.el index 115681c1b58..74812bf9f94 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -31,7 +31,7 @@ (defgroup display-time nil "Display time and load in mode line of Emacs." - :group 'modeline + :group 'mode-line :group 'mail)