diff lisp/calendar/cal-iso.el @ 93844:bf9ef749c23e

Replace int-to-string with number-to-string.
author Glenn Morris <rgm@gnu.org>
date Tue, 08 Apr 2008 07:07:17 +0000
parents 3ff2b47de8f2
children e49abd957e81
line wrap: on
line diff
--- a/lisp/calendar/cal-iso.el	Tue Apr 08 07:04:17 2008 +0000
+++ b/lisp/calendar/cal-iso.el	Tue Apr 08 07:07:17 2008 +0000
@@ -102,7 +102,7 @@
   (let* ((year (calendar-read
                 "ISO calendar year (>0): "
                 (lambda (x) (> x 0))
-                (int-to-string (calendar-extract-year
+                (number-to-string (calendar-extract-year
                                 (calendar-current-date)))))
          (no-weeks (calendar-extract-month
                     (calendar-iso-from-absolute