From ecff835def4c80240fec05d1304432d63f1c3903 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 21 Apr 2007 19:53:28 +0000 Subject: [PATCH] * progmodes/vhdl-mode.el (vhdl-template-type) (vhdl-template-record, vhdl-template-nature) (vhdl-template-configuration-spec, vhdl-template-component-inst) (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): Use delete-region instead of kill-word and kill-line. --- lisp/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9a7b54db411..5c473b3669f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2007-04-21 Chong Yidong + + * progmodes/vhdl-mode.el (vhdl-template-type) + (vhdl-template-record, vhdl-template-nature) + (vhdl-template-configuration-spec, vhdl-template-component-inst) + (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): Use + delete-region instead of kill-word and kill-line. + 2007-04-21 Johan Bockg,Ae(Brd * dired-x.el (dired-virtual-mode): Doc fix. -- 2.39.2