1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

* progmodes/perl-mode.el (perl-indent-command): Use delete-region

instead of kill-region.
This commit is contained in:
Chong Yidong 2007-04-21 20:06:41 +00:00
parent 0abe900ba1
commit 041d3802a0

View File

@ -5,6 +5,9 @@
2007-04-21 Chong Yidong <cyd@stupidchicken.com>
* progmodes/perl-mode.el (perl-indent-command): Use delete-region
instead of kill-region.
* progmodes/mantemp.el (mantemp-make-mantemps-region)
(mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
(mantemp-remove-memfuncs): Use delete-region instead of kill-word