X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Ftime-date.el;h=64293500ed28eb1d3b6abbb4b15ddfbd5b2b59c8;hb=54b3579a7a9590a4ec8589b90077e0024d9af50e;hp=a16e0ded580ee2a01a244256e18713b98d2c8ce2;hpb=130f5bb198b38e8240b188ca73edacd1d4eb3973;p=gnus diff --git a/lisp/time-date.el b/lisp/time-date.el index a16e0ded5..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) @@ -364,5 +364,4 @@ This function does not work for SECONDS greater than `most-positive-fixnum'." (provide 'time-date) -;; arch-tag: addcf07b-b20a-465b-af72-550b8ac5190f ;;; time-date.el ends here