comparison src/ChangeLog @ 5802:236e4afc565d

Autoload within #'keymapp, as documented. src/ChangeLog addition: 2014-07-02 Aidan Kehoe <kehoea@parhasard.net> * keymap.c (Fkeymapp): Autoload within this, as documented. Our callers are not prepared to do the intelligent thing if a symbol that is fboundp to an autoloaded keymap, is not itself #'keymapp. lisp/ChangeLog addition: 2014-07-02 Aidan Kehoe <kehoea@parhasard.net> * byte-optimize.el (side-effect-free-fns): #'keymapp is not side-effect-free, it can autoload.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 02 Jul 2014 17:45:49 +0100
parents 0e9f791cc655
children b79e1e02bf01
comparison
equal deleted inserted replaced
5801:0e9f791cc655 5802:236e4afc565d
1 2014-07-02 Aidan Kehoe <kehoea@parhasard.net>
2
3 * keymap.c (Fkeymapp):
4 Autoload within this, as documented. Our callers are not prepared
5 to do the intelligent thing if a symbol that is fboundp to an
6 autoloaded keymap, is not itself #'keymapp.
7
1 2014-07-02 Aidan Kehoe <kehoea@parhasard.net> 8 2014-07-02 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * event-stream.c (Fnext_command_event): 10 * event-stream.c (Fnext_command_event):
4 Only snooze displaying keystrokes if PROMPT is nil. If prompt is 11 Only snooze displaying keystrokes if PROMPT is nil. If prompt is
5 non-nil, our callers want to see it. 12 non-nil, our callers want to see it.