Mercurial > emacs
changeset 91836:f47b22aa9aac
(format-seconds): Let-bind `num'.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 14 Feb 2008 09:07:00 +0000 |
parents | 55213355c0fa |
children | 3ef9dcc38460 |
files | lisp/calendar/time-date.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/time-date.el Thu Feb 14 09:05:15 2008 +0000 +++ b/lisp/calendar/time-date.el Thu Feb 14 09:07:00 2008 +0000 @@ -285,7 +285,7 @@ ("m" "minute" 60) ("s" "second" 1))) (case-fold-search t) - spec match outunits unit prev name next) + spec match outunits unit prev name num next) (setq nonzero (not nonzero)) (while (string-match "%\\.?[0-9]*\\(.\\)" string start) (setq start (match-end 0)