Variable: eshell-error-if-no-glob

eshell-error-if-no-glob is a customizable variable defined in em-glob.el.gz.

Value

nil

Documentation

If non-nil, it is an error for a glob pattern not to match.

This mimics the behavior of zsh if non-nil, but bash if nil.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-glob.el.gz
(defcustom eshell-error-if-no-glob nil
  "If non-nil, it is an error for a glob pattern not to match.
This mimics the behavior of zsh if non-nil, but bash if nil."
  :type 'boolean
  :group 'eshell-glob)