comparison lisp/ChangeLog @ 5383:294ab9180fad

#'custom-add-to-group: warn if GROUP is nil. 2011-03-24 Aidan Kehoe <kehoea@parhasard.net> * custom.el (custom-add-to-group): Warn if adding an option to the nil group; this is usually an error on the part of the programmer. * cmdloop.el (suggest-key-bindings): Specify a group for this variable, it didn't previously have one.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 24 Mar 2011 06:22:25 +0000
parents 919c77c567bb
children 3889ef128488
comparison
equal deleted inserted replaced
5382:d363790fd936 5383:294ab9180fad
1 2011-03-24 Aidan Kehoe <kehoea@parhasard.net>
2
3 * custom.el (custom-add-to-group):
4 Warn if adding an option to the nil group; this is usually an
5 error on the part of the programmer.
6 * cmdloop.el (suggest-key-bindings):
7 Specify a group for this variable, it didn't previously have one.
8
1 2011-03-21 Aidan Kehoe <kehoea@parhasard.net> 9 2011-03-21 Aidan Kehoe <kehoea@parhasard.net>
2 10
3 * cl-macs.el (revappend, nreconc): 11 * cl-macs.el (revappend, nreconc):
4 Add compiler macros for these two functions. (They used to be 12 Add compiler macros for these two functions. (They used to be
5 inline, but that involves needless binding of the arguments.) 13 inline, but that involves needless binding of the arguments.)