# HG changeset patch # User Chong Yidong # Date 1177185833 0 # Node ID 164923acff54fd230aa624669d49274efa2a221d # Parent 5e66e9d50fc5a57bf946ad9127b9ad7556ba91b7 * 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 -r 5e66e9d50fc5 -r 164923acff54 lisp/ChangeLog --- a/lisp/ChangeLog Sat Apr 21 20:03:29 2007 +0000 +++ b/lisp/ChangeLog Sat Apr 21 20:03:53 2007 +0000 @@ -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)