mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
* lisp/time.el (display-time-world-list): Fix typo.
Fixes: debbugs:7571
This commit is contained in:
parent
a65112fb41
commit
fc0e90924a
@ -1,3 +1,7 @@
|
||||
2011-03-04 Leo <sdl.web@gmail.com>
|
||||
|
||||
* time.el (display-time-world-list): Fix typo. (Bug#7571)
|
||||
|
||||
2011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
|
||||
|
||||
* cus-edit.el (custom-buffer-create-internal):
|
||||
|
@ -157,7 +157,7 @@ LABEL is a string to display as the label of that TIMEZONE's time."
|
||||
;; Determine if zoneinfo style timezones are supported by testing that
|
||||
;; America/New York and Europe/London return different timezones.
|
||||
(let (gmt nyt)
|
||||
(set-time-zone-rule "America/New York")
|
||||
(set-time-zone-rule "America/New_York")
|
||||
(setq nyt (format-time-string "%z"))
|
||||
(set-time-zone-rule "Europe/London")
|
||||
(setq gmt (format-time-string "%z"))
|
||||
|
Loading…
Reference in New Issue
Block a user