diff lisp/time.el @ 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 253f761ad37b
children 4f42109edd02
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'