Variable: eshell-last-command-result

eshell-last-command-result is a variable defined in esh-io.el.gz.

Value

nil

Documentation

The result of the last command. Not related to success.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-io.el.gz
(defvar eshell-last-command-result nil
  "The result of the last command.  Not related to success.")