Variable: eshell-glob-splice-results
eshell-glob-splice-results is a customizable variable defined in
em-glob.el.gz.
Value
nil
Documentation
If non-nil, the results of glob patterns will be spliced in-place.
When splicing, the resulting command is as though the user typed each result individually. Otherwise, the glob results a single argument as a list.
This variable was added, or its default value changed, in Emacs 30.1.
Probably introduced at or before Emacs version 30.1.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-glob.el.gz
(defcustom eshell-glob-splice-results nil
"If non-nil, the results of glob patterns will be spliced in-place.
When splicing, the resulting command is as though the user typed
each result individually. Otherwise, the glob results a single
argument as a list."
:version "30.1"
:type 'boolean
:group 'eshell-glob)