Variable: file-has-changed-p--hash-table

file-has-changed-p--hash-table is a variable defined in compat-29.el.

Value

#s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data
	      ())

Documentation

[Compatibility variable for file-has-changed-p--hash-table, defined in Emacs
29.1. See (compat) Emacs 29.1' for more details.]

Internal variable used by file-has-changed-p.

Source Code

;; Defined in ~/.emacs.d/elpa/compat-30.1.0.1/compat-29.el
(compat-defvar file-has-changed-p--hash-table ;; <compat-tests:file-has-changed-p>
               (make-hash-table :test #'equal)
  "Internal variable used by `file-has-changed-p'.")