diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-08-09 14:52:02 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-08-09 14:52:02 +0000 |
commit | 39fce518ec9a637b335a73b82fb7b6b05262667b (patch) | |
tree | 101cffb3661bc8d4857c5124849419497b7a26a1 /lisp/time.el | |
parent | fd78d527b798b2174a17875c9d076f07183141eb (diff) | |
download | emacs-39fce518ec9a637b335a73b82fb7b6b05262667b.tar.gz |
(display-time-string-forms): Use
make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
Diffstat (limited to 'lisp/time.el')
-rw-r--r-- | lisp/time.el | 3 |
1 files changed, 2 insertions, 1 deletions
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' |