Function: eshell-command-finished

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

Signature

(eshell-command-finished)

Documentation

Indicate in the mode line that a command has finished.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defun eshell-command-finished ()
  "Indicate in the mode line that a command has finished."
  (setq eshell-command-running-string "--")
  (force-mode-line-update))