Variable: verilog-dir-cache-preserving

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

Value

nil

Documentation

If true, the directory cache is enabled, and file system changes are ignored.

See verilog-dir-exists-p and verilog-dir-files.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
;;; Cached directory support:
;;

(defvar verilog-dir-cache-preserving nil
  "If true, the directory cache is enabled, and file system changes are ignored.
See `verilog-dir-exists-p' and `verilog-dir-files'.")