Function: vhdl-template-modify-noerror
vhdl-template-modify-noerror is a byte-compiled function defined in
vhdl-mode.el.gz.
Signature
(vhdl-template-modify-noerror)
Documentation
Call vhdl-template-modify with NOERROR non-nil.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-template-modify-noerror ()
"Call `vhdl-template-modify' with NOERROR non-nil."
(vhdl-template-modify t))