Function: eshell--glob-char-p

eshell--glob-char-p is a byte-compiled function defined in em-glob.el.gz.

Signature

(eshell--glob-char-p STRING INDEX)

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-glob.el.gz
(defsubst eshell--glob-char-p (string index)
  (get-text-property index 'eshell-glob-char string))