Variable: ls-lisp-support-shell-wildcards
ls-lisp-support-shell-wildcards is a customizable variable defined in
ls-lisp.el.gz.
Value
t
Documentation
Non-nil means ls-lisp treats file patterns as shell wildcards.
Otherwise they are treated as Emacs regexps (for backward compatibility).
Source Code
;; Defined in /usr/src/emacs/lisp/ls-lisp.el.gz
;;; Autoloaded because it is let-bound in `recover-session', `mail-recover-1'.
;;;###autoload
(defcustom ls-lisp-support-shell-wildcards t
"Non-nil means ls-lisp treats file patterns as shell wildcards.
Otherwise they are treated as Emacs regexps (for backward compatibility)."
:type 'boolean
:group 'ls-lisp)