Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5524:e05d98bf9644
Style and indentation corrections, behavior.el.
2011-06-19 Aidan Kehoe <kehoea@parhasard.net>
* behavior.el (enable-behavior):
* behavior.el (disable-behavior):
Remove a couple of redundant lambdas here, and remove a cond
clause that was never tripped (because nil is a list.)
* behavior.el (behavior-menu-filter):
Correct some indentation here.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 19 Jun 2011 19:15:52 +0100 |
parents | 810b77562486 |
children | 2a6a8da4dd7c |
comparison
equal
deleted
inserted
replaced
5523:810b77562486 | 5524:e05d98bf9644 |
---|---|
1 2011-06-19 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * behavior.el (enable-behavior): | |
4 * behavior.el (disable-behavior): | |
5 Remove a couple of redundant lambdas here, and remove a cond | |
6 clause that was never tripped (because nil is a list.) | |
7 * behavior.el (behavior-menu-filter): | |
8 Correct some indentation here. | |
9 | |
1 2011-06-19 Aidan Kehoe <kehoea@parhasard.net> | 10 2011-06-19 Aidan Kehoe <kehoea@parhasard.net> |
2 | 11 |
3 * cl-macs.el (defsubst*): | 12 * cl-macs.el (defsubst*): |
4 * cl-macs.el (cl-defsubst-expand): | 13 * cl-macs.el (cl-defsubst-expand): |
5 If defaults refer to earlier args, or if there's a &rest arg, use | 14 If defaults refer to earlier args, or if there's a &rest arg, use |