aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 0a6166e64e3..08725ba3bea 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -6400,8 +6400,7 @@ when reading the arguments; if it is nil, (this_command_key_count) is used.")
6400 } 6400 }
6401 } 6401 }
6402 6402
6403 while (! CONSP (cmd) || EQ (XCONS (cmd)->car, Qlambda) 6403 while (1)
6404 || EQ (XCONS (cmd)->car, Qautoload))
6405 { 6404 {
6406 final = Findirect_function (cmd); 6405 final = Findirect_function (cmd);
6407 6406