diff lisp/time-stamp.el @ 33032:ccf845685d1c

install-info syntax compat change.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Sun, 29 Oct 2000 17:36:49 +0000
parents 12f068b4d5ac
children b440b63b45d0
line wrap: on
line diff
--- a/lisp/time-stamp.el	Sun Oct 29 16:53:19 2000 +0000
+++ b/lisp/time-stamp.el	Sun Oct 29 17:36:49 2000 +0000
@@ -544,9 +544,9 @@
 	 ((eq cur-char ?y)		;year
 	  (or alt-form (not (string-equal field-width ""))
 	      (time-stamp-conv-warn "%y" "%:y"))
-	  (string-to-int (format-time-string "%Y" time)))
+          (format-time-string "%Y" time))
 	 ((eq cur-char ?Y)		;4-digit year, new style
-	  (string-to-int (format-time-string "%Y" time)))
+          (format-time-string "%Y" time))
 	 ((eq cur-char ?z)		;time zone lower case
 	  (if change-case
 	      ""			;discourage %z variations