mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(calendar-goto-french-date): Fix prompt to match the actual code.
This commit is contained in:
parent
2ca514455e
commit
1ba92e5da9
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2002-03-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* calendar/cal-french.el (calendar-goto-french-date): Fix prompt
|
||||
to match the actual code.
|
||||
|
||||
2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* textmodes/po.el (po-find-file-coding-system-guts): Use
|
||||
|
|
|
|||
|
|
@ -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)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue