Mercurial > emacs
changeset 77370:2c0170938587
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 21 Apr 2007 19:53:28 +0000 |
parents | 0e2f72a2fc13 |
children | 819640d82c9f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Apr 21 19:49:03 2007 +0000 +++ b/lisp/ChangeLog Sat Apr 21 19:53:28 2007 +0000 @@ -1,3 +1,11 @@ +2007-04-21 Chong Yidong <cyd@stupidchicken.com> + + * 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 <bojohan@dd.chalmers.se> * dired-x.el (dired-virtual-mode): Doc fix.