Function: vhdl-template-default

vhdl-template-default is an interactive and byte-compiled function defined in vhdl-mode.el.gz.

Signature

(vhdl-template-default)

Documentation

Insert nothing.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-template-default ()
  "Insert nothing."
  (interactive)
  (insert " ")
  (unexpand-abbrev)
  (backward-word-strictly 1)
  (vhdl-case-word 1)
  (forward-char 1))