Variable: verilog-scan-cache-preserving

verilog-scan-cache-preserving is a variable defined in verilog-mode.el.gz.

Value

nil

Documentation

If true, the specified buffer's comment properties are static.

Buffer changes will be ignored. See verilog-inside-comment-or-string-p and verilog-scan.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
;;
;; Comment detection and caching

(defvar verilog-scan-cache-preserving nil
  "If true, the specified buffer's comment properties are static.
Buffer changes will be ignored.  See `verilog-inside-comment-or-string-p'
and `verilog-scan'.")