Variable: verilog-auto-template-warn-unused

verilog-auto-template-warn-unused is a customizable variable defined in verilog-mode.el.gz.

Value

nil

Documentation

Non-nil means report warning if an AUTO_TEMPLATE line is not used.

This feature is not supported before Emacs 21.1 or XEmacs 21.4.

This variable was added, or its default value changed, in Emacs 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defcustom verilog-auto-template-warn-unused nil
  "Non-nil means report warning if an AUTO_TEMPLATE line is not used.
This feature is not supported before Emacs 21.1 or XEmacs 21.4."
  :version "24.3"  ; rev787
  :group 'verilog-mode-auto
  :type 'boolean)