Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4812:5b560b7374ff
Make COLUMN optional in #'indent-region, as in GNU.
2010-01-08 Aidan Kehoe <kehoea@parhasard.net>
* indent.el (indent-region):
Make COLUMN optional as in GNU, merging Andreas Roehler's change
of http://mid.gmane.org/4B46F5FC.2070506@online.de ; thank you
Andreas!
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 08 Jan 2010 14:20:14 +0000 |
parents | 6ee5e50a8772 |
children | 0142cb4d1049 |
comparison
equal
deleted
inserted
replaced
4811:3c96cf473e07 | 4812:5b560b7374ff |
---|---|
1 2010-01-08 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * indent.el (indent-region): | |
4 Make COLUMN optional as in GNU, merging Andreas Roehler's change | |
5 of http://mid.gmane.org/4B46F5FC.2070506@online.de ; thank you | |
6 Andreas! | |
7 | |
1 2010-01-07 Aidan Kehoe <kehoea@parhasard.net> | 8 2010-01-07 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * cl-macs.el (map): | 10 * cl-macs.el (map): |
4 Add a compiler macro for this function, for cases where CL-TYPE is | 11 Add a compiler macro for this function, for cases where CL-TYPE is |
5 constant and understood. | 12 constant and understood. |