Mercurial > emacs
changeset 38759:445bd2ae602a
(display-time-string-forms): Use
make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 09 Aug 2001 14:52:02 +0000 |
parents | a86b8b3e96fd |
children | ad2af6022ebb |
files | lisp/time.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/time.el Thu Aug 09 14:51:48 2001 +0000 +++ b/lisp/time.el Thu Aug 09 14:52:02 2001 +0000 @@ -143,7 +143,8 @@ 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'