Variable: verilog-getopt-flags-hook
verilog-getopt-flags-hook is a customizable variable defined in
verilog-mode.el.gz.
Value
nil
Documentation
Hook run after verilog-getopt-flags determines the Verilog option lists.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defcustom verilog-getopt-flags-hook nil
"Hook run after `verilog-getopt-flags' determines the Verilog option lists."
:group 'verilog-mode-auto
:type 'hook)