]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/mantemp.el (mantemp-make-mantemps-region)
authorChong Yidong <cyd@stupidchicken.com>
Sat, 21 Apr 2007 20:03:53 +0000 (20:03 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 21 Apr 2007 20:03:53 +0000 (20:03 +0000)
(mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
(mantemp-remove-memfuncs): Use delete-region instead of kill-word
and kill-line.

lisp/ChangeLog

index b54a474f8480f83bd99179b50c46d53aeb3ced17..d8d0dce028f0c2df578023e9369a58a7bcfaa3bb 100644 (file)
@@ -5,6 +5,11 @@
 
 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
 
+       * 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
+       and kill-line.
+
        * progmodes/vhdl-mode.el (vhdl-template-type)
        (vhdl-template-record, vhdl-template-nature)
        (vhdl-template-configuration-spec, vhdl-template-component-inst)