emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/org.el


From: Carsten Dominik
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/org.el
Date: Fri, 13 Jan 2006 14:17:37 +0000

Index: emacs/lisp/textmodes/org.el
diff -u emacs/lisp/textmodes/org.el:1.56 emacs/lisp/textmodes/org.el:1.57
--- emacs/lisp/textmodes/org.el:1.56    Fri Jan 13 11:29:17 2006
+++ emacs/lisp/textmodes/org.el Fri Jan 13 14:17:37 2006
@@ -5786,7 +5786,7 @@
                       (string-to-number (match-string 3 s))
                     0)))
            (t1 (concat " "
-                       (if (< t0 100) "0" "")
+                       (if (< t0 100) "0" "") (if (< t0 10) "0" "")
                        (int-to-string t0))))
        (if string (concat (substring t1 -4 -2) ":" (substring t1 -2)) t0)))))
 




reply via email to

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