Variable: eshell-glob-include-dot-dot

eshell-glob-include-dot-dot is a customizable variable defined in em-glob.el.gz.

Value

t

Documentation

If non-nil, glob patterns that match dots will match . and ..

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-glob.el.gz
(defcustom eshell-glob-include-dot-dot t
  "If non-nil, glob patterns that match dots will match . and .."
  :type 'boolean
  :group 'eshell-glob)