changeset 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 92e5bb38381e
children db889dd732a1
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Tue May 21 17:26:31 1996 +0000
+++ b/src/keyboard.c	Tue May 21 17:29:20 1996 +0000
@@ -6992,6 +6992,7 @@
 
   /* If enabled, show which key runs this command.  */
   if (!NILP (Vsuggest_key_bindings)
+      && NILP (Vexecuting_macro)
       && SYMBOLP (function))
     {
       Lisp_Object bindings;