Function: eshell-push-command-mark

eshell-push-command-mark is a byte-compiled function defined in esh-mode.el.gz.

Signature

(eshell-push-command-mark)

Documentation

Push a mark at the end of the last input text.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defsubst eshell-push-command-mark ()
  "Push a mark at the end of the last input text."
  (push-mark (1- eshell-last-input-end) t))