Function: eshell--do-mark-numeric-string
eshell--do-mark-numeric-string is a byte-compiled function defined in
esh-util.el.gz.
Signature
(eshell--do-mark-numeric-string STRING)
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-util.el.gz
(defsubst eshell--do-mark-numeric-string (string)
(put-text-property 0 (length string) 'number t string))