Variable: verilog-modi-cache-preserve-buffer

verilog-modi-cache-preserve-buffer is a variable defined in verilog-mode.el.gz.

Value

nil

Documentation

Modification tick after which the cache is still considered valid.

Use verilog-preserve-modi-cache to set it.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defvar verilog-modi-cache-preserve-buffer nil
  "Modification tick after which the cache is still considered valid.
Use `verilog-preserve-modi-cache' to set it.")