mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-18 17:01:01 -08:00
(Fy_or_n_p): Pass new args to read_char.
This commit is contained in:
parent
974e187b41
commit
ac9a31be41
1 changed files with 1 additions and 1 deletions
|
|
@ -1101,7 +1101,7 @@ Also accepts Space to mean yes, or Delete to mean no.")
|
|||
message ("%s(y or n) ", XSTRING (xprompt)->data);
|
||||
cursor_in_echo_area = 1;
|
||||
|
||||
obj = read_char (0);
|
||||
obj = read_char (0, 0, 0, Qnil, 0);
|
||||
if (XTYPE (obj) == Lisp_Int)
|
||||
ans = XINT (obj);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue