mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
(calendar-goto-french-date): Fix prompt to match the actual code.
This commit is contained in:
parent
2ca514455e
commit
1ba92e5da9
@ -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…
Reference in New Issue
Block a user