comparison lisp/time.el @ 3483:965b015a4aef

(display-time-24hr-format): Make it a user option.
author Richard M. Stallman <rms@gnu.org>
date Fri, 04 Jun 1993 19:20:16 +0000
parents e4bcdaa214b1
children d7374f1828b5
comparison
equal deleted inserted replaced
3482:ff3960b885c9 3483:965b015a4aef
39 39
40 (defvar display-time-interval 60 40 (defvar display-time-interval 60
41 "*Seconds between updates of time in the mode line.") 41 "*Seconds between updates of time in the mode line.")
42 42
43 (defvar display-time-24hr-format nil 43 (defvar display-time-24hr-format nil
44 "Non-nill indicates time should be displayed as hh:mm, 0 <= hh <= 23. 44 "*Non-nill indicates time should be displayed as hh:mm, 0 <= hh <= 23.
45 Nil means 1 <= hh <= 12, and an AM/PM suffix is used.") 45 Nil means 1 <= hh <= 12, and an AM/PM suffix is used.")
46 46
47 (defvar display-time-string nil) 47 (defvar display-time-string nil)
48 48
49 (defvar display-time-hook nil 49 (defvar display-time-hook nil