aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-10-27 14:53:19 +0000
committerEli Zaretskii2007-10-27 14:53:19 +0000
commit9db0c29b2689d1604bb12bf040bb9b7b198b6120 (patch)
tree14fffc73a740214ccbce0380c4b7bb292a66f1ed
parentf14ee80231075043417a60b5a7ddb4f67fa364ed (diff)
downloademacs-9db0c29b2689d1604bb12bf040bb9b7b198b6120.tar.gz
emacs-9db0c29b2689d1604bb12bf040bb9b7b198b6120.zip
(legacy-style-world-list): Fix TZ values for London, Bangalore, and Tokyo.
-rw-r--r--lisp/time.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/time.el b/lisp/time.el
index a048c9780cb..e2c98910a3b 100644
--- a/lisp/time.el
+++ b/lisp/time.el
@@ -132,10 +132,10 @@ LABEL is a string to display as the label of that TIMEZONE's time."
132(defcustom legacy-style-world-list 132(defcustom legacy-style-world-list
133 '(("PST8PDT" "Seattle") 133 '(("PST8PDT" "Seattle")
134 ("EST5EDT" "New York") 134 ("EST5EDT" "New York")
135 ("BST0BDT" "London") 135 ("GMT0BST" "London")
136 ("CET-1CDT" "Paris") 136 ("CET-1CDT" "Paris")
137 ("IST-5:30IDT" "Bangalore") 137 ("IST-5:30" "Bangalore")
138 ("JST-9JDT" "Tokyo")) 138 ("JST-9" "Tokyo"))
139 "Alist of traditional-style time zones and places for `display-time-world'. 139 "Alist of traditional-style time zones and places for `display-time-world'.
140Each element has the form (TIMEZONE LABEL). 140Each element has the form (TIMEZONE LABEL).
141TIMEZONE should be a string of the form: 141TIMEZONE should be a string of the form: