From: Richard M. Stallman Date: Mon, 25 Dec 1995 00:29:49 +0000 (+0000) Subject: (Fcommand_execute): Undo previous change. X-Git-Tag: emacs-19.34~2018 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01e262176a831029e2db1493efa2f3fa30631d1a;p=emacs.git (Fcommand_execute): Undo previous change. --- 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.") } } - while (! CONSP (cmd) || EQ (XCONS (cmd)->car, Qlambda) - || EQ (XCONS (cmd)->car, Qautoload)) + while (1) { final = Findirect_function (cmd);