1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

* 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.
This commit is contained in:
Chong Yidong 2007-04-21 20:03:53 +00:00
parent cef9e6ec13
commit 895041fa6c

View 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)