Variable: obarray-cache

obarray-cache is a variable defined in elisp-mode.el.gz.

Value

nil

Documentation

If non-nil, a hash table of cached obarray-related information.

The cache holds information specific to the current state of the Elisp obarray. If the obarray is modified by any means (such as interning or uninterning a symbol), this variable is set to nil.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/elisp-mode.el.gz
(defvar obarray-cache nil
  "If non-nil, a hash table of cached obarray-related information.
The cache holds information specific to the current state of the
Elisp obarray.  If the obarray is modified by any means (such as
interning or uninterning a symbol), this variable is set to nil.")