emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103507: * lisp/time.el (display-time


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103507: * lisp/time.el (display-time-world-list): Fix typo.
Date: Thu, 03 Mar 2011 21:00:40 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103507
author: Leo <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2011-03-03 21:00:40 -0800
message:
  * lisp/time.el (display-time-world-list): Fix typo.
modified:
  lisp/ChangeLog
  lisp/time.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-03-04 04:51:14 +0000
+++ b/lisp/ChangeLog    2011-03-04 05:00:40 +0000
@@ -1,3 +1,7 @@
+2011-03-04  Leo  <address@hidden>
+
+       * time.el (display-time-world-list): Fix typo.  (Bug#7571)
+
 2011-03-04  Zachary Kanfer  <address@hidden>  (tiny change)
 
        * cus-edit.el (custom-buffer-create-internal):

=== modified file 'lisp/time.el'
--- a/lisp/time.el      2011-01-26 08:36:39 +0000
+++ b/lisp/time.el      2011-03-04 05:00:40 +0000
@@ -157,7 +157,7 @@
   ;; 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"))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]