aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 0245dfa9759..ec4dee01720 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -3245,7 +3245,7 @@ record_char (Lisp_Object c)
3245 } 3245 }
3246 } 3246 }
3247 } 3247 }
3248 else 3248 else if (NILP (Vexecuting_kbd_macro))
3249 store_kbd_macro_char (c); 3249 store_kbd_macro_char (c);
3250 3250
3251 /* recent_keys should not include events from keyboard macros. */ 3251 /* recent_keys should not include events from keyboard macros. */