]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/vhdl-mode.el (vhdl-template-type)
authorChong Yidong <cyd@stupidchicken.com>
Sat, 21 Apr 2007 19:53:28 +0000 (19:53 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 21 Apr 2007 19:53:28 +0000 (19:53 +0000)
(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

index 9a7b54db4115356e1eca0d7056027fab0f5bf79c..5c473b3669f55d885986299a8a0caa3487a1b7ca 100644 (file)
@@ -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\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
 
        * dired-x.el (dired-virtual-mode): Doc fix.