Mercurial > emacs
changeset 1093:64d7858e7b48
(Fy_or_n_p): Pass new args to read_char.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 11 Sep 1992 23:28:03 +0000 |
parents | c2259db856ee |
children | 861c2997afee |
files | src/fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Fri Sep 11 23:27:12 1992 +0000 +++ b/src/fns.c Fri Sep 11 23:28:03 1992 +0000 @@ -1101,7 +1101,7 @@ 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