Mercurial > emacs
comparison lisp/ChangeLog @ 84840:f4b3c97a692f
* progmodes/cc-mode.el (c-mode-base-map): Use
c-indent-line-or-region instead of c-indent-line.
* indent.el (indent-for-tab-command): First check if the region is
active.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 24 Sep 2007 17:48:50 +0000 |
parents | bcf2bbdd5c2f |
children | 5f880a3312ec |
comparison
equal
deleted
inserted
replaced
84839:13a057bb5491 | 84840:f4b3c97a692f |
---|---|
1 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * progmodes/cc-mode.el (c-mode-base-map): Use | |
4 c-indent-line-or-region instead of c-indent-line. | |
5 | |
6 * indent.el (indent-for-tab-command): First check if the region is | |
7 active. | |
8 | |
1 2007-09-24 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> | 9 2007-09-24 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> |
2 | 10 |
3 * whitespace.el (whitespace-tickle-timer): Don't install the timer if | 11 * whitespace.el (whitespace-tickle-timer): Don't install the timer if |
4 whitespace-rescan-timer-time is 0. | 12 whitespace-rescan-timer-time is 0. |
5 | 13 |