From 70d1e5b9be663fa7fe91169051b78665b4afaace Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 14 Feb 2008 09:07:00 +0000 Subject: [PATCH] (format-seconds): Let-bind `num'. --- lisp/calendar/time-date.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/time-date.el b/lisp/calendar/time-date.el index 9141dd5ed72..89d26657f19 100644 --- a/lisp/calendar/time-date.el +++ b/lisp/calendar/time-date.el @@ -285,7 +285,7 @@ This does not work for input SECONDS greater than `most-positive-fixnum'." ("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) -- 2.39.5