diff options
Diffstat (limited to 'src/fns.c')
-rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |