From 895041fa6c9b2940c761d83f658eab4452f0a64b Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 21 Apr 2007 20:03:53 +0000 Subject: [PATCH] * 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. --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b54a474f848..d8d0dce028f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -5,6 +5,11 @@ 2007-04-21 Chong Yidong + * 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) -- 2.11.4.GIT