diff options
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index 5177ccfbf8d..1711e7fbc36 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -268,7 +268,8 @@ get_keymap (object, error, autoload) | |||
| 268 | 268 | ||
| 269 | /* Should we do an autoload? Autoload forms for keymaps have | 269 | /* Should we do an autoload? Autoload forms for keymaps have |
| 270 | Qkeymap as their fifth element. */ | 270 | Qkeymap as their fifth element. */ |
| 271 | if ((autoload || !error) && EQ (XCAR (tem), Qautoload)) | 271 | if ((autoload || !error) && EQ (XCAR (tem), Qautoload) |
| 272 | && SYMBOLP (object)) | ||
| 272 | { | 273 | { |
| 273 | Lisp_Object tail; | 274 | Lisp_Object tail; |
| 274 | 275 | ||