From: Gerd Moellmann Date: Thu, 9 Aug 2001 14:52:02 +0000 (+0000) Subject: (display-time-string-forms): Use X-Git-Tag: emacs-pretest-21.0.105~231 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39fce518ec9a637b335a73b82fb7b6b05262667b;p=emacs.git (display-time-string-forms): Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map. --- diff --git a/lisp/time.el b/lisp/time.el index 8357556df1a..ac7fb2246a7 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -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'