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 5e808739d6b..6bd9d754c60 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -8384,7 +8384,7 @@ access_keymap_keyremap (map, key, prompt, do_funcall)
8384 /* Handle a symbol whose function definition is a keymap 8384 /* Handle a symbol whose function definition is a keymap
8385 or an array. */ 8385 or an array. */
8386 if (SYMBOLP (next) && !NILP (Ffboundp (next)) 8386 if (SYMBOLP (next) && !NILP (Ffboundp (next))
8387 && (!NILP (Farrayp (XSYMBOL (next)->function)) 8387 && (ARRAYP (XSYMBOL (next)->function)
8388 || KEYMAPP (XSYMBOL (next)->function))) 8388 || KEYMAPP (XSYMBOL (next)->function)))
8389 next = XSYMBOL (next)->function; 8389 next = XSYMBOL (next)->function;
8390 8390