Function: eshell--contains-glob-char-p
eshell--contains-glob-char-p is a byte-compiled function defined in
em-glob.el.gz.
Signature
(eshell--contains-glob-char-p STRING)
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-glob.el.gz
(defsubst eshell--contains-glob-char-p (string)
(text-property-any 0 (length string) 'eshell-glob-char t string))