comparison src/keyboard.c @ 15272:f32de56357a1

(Fexecute_extended_command): Don't look for a key binding if executing a kbd macro.
author Karl Heuer <kwzh@gnu.org>
date Tue, 21 May 1996 17:29:20 +0000
parents aa3de03facd8
children 546fea3a3d3d
comparison
equal deleted inserted replaced
15271:92e5bb38381e 15272:f32de56357a1
6990 current_kboard->Vprefix_arg = prefixarg; 6990 current_kboard->Vprefix_arg = prefixarg;
6991 this_command = function; 6991 this_command = function;
6992 6992
6993 /* If enabled, show which key runs this command. */ 6993 /* If enabled, show which key runs this command. */
6994 if (!NILP (Vsuggest_key_bindings) 6994 if (!NILP (Vsuggest_key_bindings)
6995 && NILP (Vexecuting_macro)
6995 && SYMBOLP (function)) 6996 && SYMBOLP (function))
6996 { 6997 {
6997 Lisp_Object bindings; 6998 Lisp_Object bindings;
6998 6999
6999 bindings = Fwhere_is_internal (function, Voverriding_local_map, 7000 bindings = Fwhere_is_internal (function, Voverriding_local_map,