Variable: verilog-no-change-functions
verilog-no-change-functions is a variable defined in
verilog-mode.el.gz.
Value
nil
Documentation
Non-nil if after-change-functions is disabled.
Use of syntax-ppss may break, as ppss's cache may get corrupted.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defvar verilog-no-change-functions nil
"Non-nil if `after-change-functions' is disabled.
Use of `syntax-ppss' may break, as ppss's cache may get corrupted.")