summaryrefslogtreecommitdiff
path: root/lisp/calendar/cal-move.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-04-08 07:08:24 +0000
committerGlenn Morris <rgm@gnu.org>2008-04-08 07:08:24 +0000
commitd92bcf94ecd8ab89f561950bd4d9d8f25dbdeaeb (patch)
treec5d0bcb4e6ba6d9082266fa1cd71b49c2a7104c9 /lisp/calendar/cal-move.el
parent0e408f0cc5639f91deaaadb898449dddaf2f15a8 (diff)
downloademacs-d92bcf94ecd8ab89f561950bd4d9d8f25dbdeaeb.tar.gz
emacs-d92bcf94ecd8ab89f561950bd4d9d8f25dbdeaeb.tar.bz2
emacs-d92bcf94ecd8ab89f561950bd4d9d8f25dbdeaeb.zip
Replace int-to-string with number-to-string.
Diffstat (limited to 'lisp/calendar/cal-move.el')
-rw-r--r--lisp/calendar/cal-move.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/cal-move.el b/lisp/calendar/cal-move.el
index ba0e8ee8b8d..cd59ed7ff28 100644
--- a/lisp/calendar/cal-move.el
+++ b/lisp/calendar/cal-move.el
@@ -365,7 +365,7 @@ Negative DAY counts backward from end of year."
(let* ((year (calendar-read
"Year (>0): "
(lambda (x) (> x 0))
- (int-to-string (calendar-extract-year
+ (number-to-string (calendar-extract-year
(calendar-current-date)))))
(last (if (calendar-leap-year-p year) 366 365))
(day (calendar-read