1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 08:51:45 -08:00

(Fy_or_n_p): Pass new args to read_char.

This commit is contained in:
Richard M. Stallman 1992-09-11 23:28:03 +00:00
parent 974e187b41
commit ac9a31be41

View file

@ -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