From ac9a31be418952ee0560944c2bc3f6a38fc844cd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 11 Sep 1992 23:28:03 +0000 Subject: (Fy_or_n_p): Pass new args to read_char. --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fns.c') diff --git a/src/fns.c b/src/fns.c index e0b43bd436e..74f184b838e 100644 --- a/src/fns.c +++ b/src/fns.c @@ -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 -- cgit v1.2.3