Function: eshell-range-p

eshell-range-p is a function defined in esh-util.el.gz.

Signature

(eshell-range-p X)

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-util.el.gz
;; Could not find source code, showing raw function object.
#[(x) ((and (memq (type-of x) cl-struct-eshell-range-tags) t))
  (cl-struct-eshell-range-tags)]