bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Incorrect Prompt in calendar-goto-french-date


From: Evan Prodromou
Subject: Incorrect Prompt in calendar-goto-french-date
Date: Thu, 14 Mar 2002 09:43:12 -0600
User-agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.1 (i386-debian-linux-gnu)

[...]

In GNU Emacs 21.1.1 (i386-debian-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2001-12-06 on raven, modified by Debian

[...]

On line 240 of cal-french.el, a prompt for input says "Jour
(1-10): ".  Since there are 30 days in each month in the French
Revolutionary calendar, the prompt should be "Jour (1-30): ". The
validation code on line 241 is correct -- it checks for an input
value between 1 and 30. The prompt, however, does not match the
validation code.

Attached is a patch for cal-french.el to fix the problem.

~ESP

Attachment: change.patch
Description: Patch to change incorrect prompt in calendar-goto-french-date

-- 
Evan Prodromou
evan@prodromou.san-francisco.ca.us


reply via email to

[Prev in Thread] Current Thread [Next in Thread]