Function: eshell-save-previous-point

eshell-save-previous-point is a byte-compiled function defined in em-rebind.el.gz.

Signature

(eshell-save-previous-point)

Documentation

Save the location of point before the next command is run.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-rebind.el.gz
(defun eshell-save-previous-point ()
  "Save the location of point before the next command is run."
  (setq eshell-previous-point (point)))