From: Pavel Janík Date: Fri, 15 Mar 2002 20:45:10 +0000 (+0000) Subject: (calendar-goto-french-date): Fix prompt to match the actual code. X-Git-Tag: ttn-vms-21-2-B4~16150 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ba92e5da97e025de1beefc769af237dedab745d;p=emacs.git (calendar-goto-french-date): Fix prompt to match the actual code. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dcdb805651f..66ae6feb7c8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-03-15 Pavel Jan,Bm(Bk + + * calendar/cal-french.el (calendar-goto-french-date): Fix prompt + to match the actual code. + 2002-03-15 Eli Zaretskii * textmodes/po.el (po-find-file-coding-system-guts): Use diff --git a/lisp/calendar/cal-french.el b/lisp/calendar/cal-french.el index ef220be1497..c21375e28cd 100644 --- a/lisp/calendar/cal-french.el +++ b/lisp/calendar/cal-french.el @@ -237,7 +237,7 @@ Echo French Revolutionary date unless NOECHO is t." (day (if (> month 12) (- month 12) (calendar-read - "Jour (1-10): " + "Jour (1-30): " '(lambda (x) (and (<= 1 x) (<= x 30)))))) (month (if (> month 12) 13 month))) (list (list month day year)))))