]> git.eshelyaron.com Git - emacs.git/commitdiff
(display-time-string-forms): Use
authorGerd Moellmann <gerd@gnu.org>
Thu, 9 Aug 2001 14:52:02 +0000 (14:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 9 Aug 2001 14:52:02 +0000 (14:52 +0000)
make-mode-line-mouse-map instead of make-mode-line-mouse2-map.

lisp/time.el

index 8357556df1ab47278bd122a994e345bc57020242..ac7fb2246a702994d26b45477f277b9ce95506dc 100644 (file)
@@ -143,7 +143,8 @@ depend on `display-time-day-and-date' and `display-time-24hr-format'."
                                                  display-time-mail-face
                                                  :background)))
                 'help-echo "mouse-2: Read mail"
-                'local-map (make-mode-line-mouse2-map read-mail-command)))
+                'local-map (make-mode-line-mouse-map 'mouse-2 
+                                                     read-mail-command)))
       ""))
   "*A list of expressions governing display of the time in the mode line.
 For most purposes, you can control the time format using `display-time-format'