comparison lisp/ChangeLog @ 5208:9fa29ec759e3

Implement suggest-key-bindings in terms of teach-extended-commands-p 2010-04-29 Aidan Kehoe <kehoea@parhasard.net> * cmdloop.el (suggest-key-bindings): Make this available, documenting that it's for GNU Emacs compatibility. Implement it in terms of teach-extended-commands-p and teach-extended-commands-timeout, using Ben's set-symbol-value-handler functionality.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 29 Apr 2010 16:16:47 +0100
parents 39d74978fd32
children cdca98f2d36f
comparison
equal deleted inserted replaced
5207:1096ef427b56 5208:9fa29ec759e3
1 2010-04-29 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cmdloop.el (suggest-key-bindings):
4 Make this available, documenting that it's for GNU Emacs
5 compatibility.
6 Implement it in terms of teach-extended-commands-p and
7 teach-extended-commands-timeout, using Ben's
8 set-symbol-value-handler functionality.
9
1 2010-04-17 Aidan Kehoe <kehoea@parhasard.net> 10 2010-04-17 Aidan Kehoe <kehoea@parhasard.net>
2 11
3 * loadup.el (load-history): Be a bit more discriminate in the 12 * loadup.el (load-history): Be a bit more discriminate in the
4 entries we remove from load-history, only removing those where the 13 entries we remove from load-history, only removing those where the
5 information is entirely available from DOC. 14 information is entirely available from DOC.