# HG changeset patch # User Kenichi Handa # Date 881564294 0 # Node ID 01f1baff05d3e8ea1695454b910293fa491d278a # Parent 1b4c829e2f42eb09c28f664520655c9cad58b2bb (Fexecute_extended_command): Fix previous change. diff -r 1b4c829e2f42 -r 01f1baff05d3 src/keyboard.c --- a/src/keyboard.c Mon Dec 08 01:57:31 1997 +0000 +++ b/src/keyboard.c Mon Dec 08 06:58:14 1997 +0000 @@ -7261,8 +7261,8 @@ /* If the command has a key binding, print it now. */ if (!NILP (bindings) - && ! (ARRAYP (bindings) - && EQ (Faref (Voverriding_local_map, bindings), Qmouse_movement))) + && ! (VECTORP (bindings) && EQ (Faref (bindings, make_number (0)), + Qmouse_movement))) { /* But first wait, and skip the message if there is input. */ if (!NILP (Fsit_for ((NUMBERP (Vsuggest_key_bindings)