]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/perl-mode.el (perl-indent-command): Use delete-region
authorChong Yidong <cyd@stupidchicken.com>
Sat, 21 Apr 2007 20:06:41 +0000 (20:06 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 21 Apr 2007 20:06:41 +0000 (20:06 +0000)
instead of kill-region.

lisp/ChangeLog

index d8d0dce028f0c2df578023e9369a58a7bcfaa3bb..f18eacb14190db8e4ecfc23f8718d89d9350b71f 100644 (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