emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101533: calendar/time-date.el (forma


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101533: calendar/time-date.el (format-seconds): Comment fix.
Date: Wed, 22 Sep 2010 05:19:14 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101533
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Wed 2010-09-22 05:19:14 +0000
message:
  calendar/time-date.el (format-seconds): Comment fix.
modified:
  lisp/ChangeLog
  lisp/calendar/time-date.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-09-22 03:31:30 +0000
+++ b/lisp/ChangeLog    2010-09-22 05:19:14 +0000
@@ -1,3 +1,7 @@
+2010-09-22  Katsumi Yamaoka  <address@hidden>
+
+       * calendar/time-date.el (format-seconds): Comment fix.
+
 2010-09-22  Glenn Morris  <address@hidden>
 
        * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'

=== modified file 'lisp/calendar/time-date.el'
--- a/lisp/calendar/time-date.el        2010-09-14 06:01:14 +0000
+++ b/lisp/calendar/time-date.el        2010-09-22 05:19:14 +0000
@@ -317,10 +317,10 @@
       (setq start (match-end 0)
             spec (match-string 1 string))
       (unless (string-equal spec "%")
-       ;; `assoc-string' is not available in XEmacs or Emacs 21.  So when
-       ;; compiling Gnus (`time-date.el' is part of Gnus) with XEmacs or
-       ;; Emacs 21, we get a warning here.  But `format-seconds' is not
-       ;; used anywhere in Gnus so it's not a real problem. --rsteib
+       ;; `assoc-string' is not available in XEmacs.  So when compiling
+       ;; Gnus (`time-date.el' is part of Gnus) with XEmacs, we get
+       ;; a warning here.  But `format-seconds' is not used anywhere in
+       ;; Gnus so it's not a real problem. --rsteib
         (or (setq match (assoc-string spec units t))
             (error "Bad format specifier: `%s'" spec))
         (if (assoc-string spec usedunits t)


reply via email to

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