From: Chong Yidong Date: Sat, 21 Apr 2007 20:03:53 +0000 (+0000) Subject: * progmodes/mantemp.el (mantemp-make-mantemps-region) X-Git-Tag: emacs-pretest-22.0.99~111 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=895041fa6c9b2940c761d83f658eab4452f0a64b;p=emacs.git * 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. --- 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)