From: Katsumi Yamaoka Date: Tue, 14 Sep 2010 06:02:55 +0000 (+0000) Subject: time-date.el (format-seconds): Comment fix. X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=d13feb0f31f9dde7ce3562d634d721a0405b1608 time-date.el (format-seconds): Comment fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a5fa74b14..9479cfedb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2010-09-14 Katsumi Yamaoka + * time-date.el (format-seconds): Comment fix. + * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group for back end that doesn't support request-scan. diff --git a/lisp/time-date.el b/lisp/time-date.el index e5edb0cae..64293500e 100644 --- a/lisp/time-date.el +++ b/lisp/time-date.el @@ -317,10 +317,10 @@ This function does not work for SECONDS greater than `most-positive-fixnum'." (setq start (match-end 0) spec (match-string 1 string)) (unless (string-equal spec "%") - ;; `assoc-string' is not available in Emacs 21. So when compiling - ;; Gnus (`time-date.el' is part of Gnus) with 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 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 (or (setq match (assoc-string spec units t)) (error "Bad format specifier: `%s'" spec)) (if (assoc-string spec usedunits t)