diff options
Diffstat (limited to 'src')
| -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 92cb6902a1e..105a5b95793 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -267,7 +267,8 @@ get_keymap (object, error, autoload) | |||
| 267 | 267 | ||
| 268 | /* Should we do an autoload? Autoload forms for keymaps have | 268 | /* Should we do an autoload? Autoload forms for keymaps have |
| 269 | Qkeymap as their fifth element. */ | 269 | Qkeymap as their fifth element. */ |
| 270 | if ((autoload || !error) && EQ (XCAR (tem), Qautoload)) | 270 | if ((autoload || !error) && EQ (XCAR (tem), Qautoload) |
| 271 | && SYMBOLP (object)) | ||
| 271 | { | 272 | { |
| 272 | Lisp_Object tail; | 273 | Lisp_Object tail; |
| 273 | 274 | ||