]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcall_interactively): Pass new arg to Fread_key_sequence.
authorRichard M. Stallman <rms@gnu.org>
Fri, 7 Aug 1998 07:15:37 +0000 (07:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 7 Aug 1998 07:15:37 +0000 (07:15 +0000)
src/callint.c

index eb60907d7f62330da6354aa46efdc3dba681279b..c3591c8acb6392beeff6ede82da77aea85eb9101 100644 (file)
@@ -549,7 +549,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
            int speccount1 = specpdl_ptr - specpdl;
            specbind (Qcursor_in_echo_area, Qt);
            args[i] = Fread_key_sequence (build_string (callint_message),
-                                         Qnil, Qnil, Qnil);
+                                         Qnil, Qnil, Qnil, Qnil);
            unbind_to (speccount1, Qnil);
            teml = args[i];
            visargs[i] = Fkey_description (teml);
@@ -576,7 +576,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
            int speccount1 = specpdl_ptr - specpdl;
            specbind (Qcursor_in_echo_area, Qt);
            args[i] = Fread_key_sequence (build_string (callint_message),
-                                         Qnil, Qt, Qnil);
+                                         Qnil, Qt, Qnil, Qnil);
            teml = args[i];
            visargs[i] = Fkey_description (teml);
            unbind_to (speccount1, Qnil);