Mercurial > emacs
comparison lisp/ChangeLog @ 77376:8f81ea536fbd
* progmodes/perl-mode.el (perl-indent-command): Use delete-region
instead of kill-region.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 21 Apr 2007 20:06:41 +0000 |
parents | 164923acff54 |
children | b2b01535f991 |
comparison
equal
deleted
inserted
replaced
77375:93216aab76bf | 77376:8f81ea536fbd |
---|---|
2 | 2 |
3 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of | 3 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of |
4 `kill-region' by `delete-region'. | 4 `kill-region' by `delete-region'. |
5 | 5 |
6 2007-04-21 Chong Yidong <cyd@stupidchicken.com> | 6 2007-04-21 Chong Yidong <cyd@stupidchicken.com> |
7 | |
8 * progmodes/perl-mode.el (perl-indent-command): Use delete-region | |
9 instead of kill-region. | |
7 | 10 |
8 * progmodes/mantemp.el (mantemp-make-mantemps-region) | 11 * progmodes/mantemp.el (mantemp-make-mantemps-region) |
9 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines) | 12 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines) |
10 (mantemp-remove-memfuncs): Use delete-region instead of kill-word | 13 (mantemp-remove-memfuncs): Use delete-region instead of kill-word |
11 and kill-line. | 14 and kill-line. |