aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c
diff options
context:
space:
mode:
authorStefan Monnier2013-09-04 16:22:37 -0400
committerStefan Monnier2013-09-04 16:22:37 -0400
commitd99760fa44c45477afeaf46784742a2670423161 (patch)
tree1493ff96fe96ba8a160359ac44cb825a03496213 /src/callint.c
parent52b1cc79158456792284ec9dd10f1231ea4f62b7 (diff)
downloademacs-d99760fa44c45477afeaf46784742a2670423161.tar.gz
emacs-d99760fa44c45477afeaf46784742a2670423161.zip
* src/callint.c (Fcall_interactively): Always return a vector for 'K'.
Diffstat (limited to 'src/callint.c')
-rw-r--r--src/callint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/callint.c b/src/callint.c
index 25096af5068..d31604b070e 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -616,8 +616,8 @@ invoke it. If KEYS is omitted or nil, the return value of
616 Fput_text_property (make_number (0), 616 Fput_text_property (make_number (0),
617 make_number (SCHARS (callint_message)), 617 make_number (SCHARS (callint_message)),
618 Qface, Qminibuffer_prompt, callint_message); 618 Qface, Qminibuffer_prompt, callint_message);
619 args[i] = Fread_key_sequence (callint_message, 619 args[i] = Fread_key_sequence_vector (callint_message,
620 Qnil, Qt, Qnil, Qnil); 620 Qnil, Qt, Qnil, Qnil);
621 teml = args[i]; 621 teml = args[i];
622 visargs[i] = Fkey_description (teml, Qnil); 622 visargs[i] = Fkey_description (teml, Qnil);
623 unbind_to (speccount1, Qnil); 623 unbind_to (speccount1, Qnil);