Mercurial > emacs
changeset 77373:164923acff54
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 21 Apr 2007 20:03:53 +0000 |
parents | 5e66e9d50fc5 |
children | 74462e953a2c |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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)