emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/calendar/time-date.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/time-date.el,v
Date: Thu, 14 Feb 2008 09:07:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/14 09:07:01

Index: time-date.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/time-date.el,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- time-date.el        14 Feb 2008 08:58:42 -0000      1.23
+++ time-date.el        14 Feb 2008 09:07:00 -0000      1.24
@@ -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)




reply via email to

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