Variable: dired-omit--extension-regexp-cache
dired-omit--extension-regexp-cache is a variable defined in
dired-x.el.gz.
Value
nil
Documentation
A cache of regexp-opt applied to dired-omit-extensions.
This is a cons whose car is a list of strings and whose cdr is a
regexp produced by regexp-opt.
Source Code
;; Defined in /usr/src/emacs/lisp/dired-x.el.gz
(defvar dired-omit--extension-regexp-cache
nil
"A cache of `regexp-opt' applied to `dired-omit-extensions'.
This is a cons whose car is a list of strings and whose cdr is a
regexp produced by `regexp-opt'.")