Variable: eshell-in-local-scope-p

eshell-in-local-scope-p is a variable defined in esh-var.el.gz.

Value

nil

Documentation

Non-nil if the current command has a local variable scope.

This is set to t in eshell-local-variable-bindings (which see).

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-var.el.gz
;;; Internal Variables:

(defvar eshell-in-local-scope-p nil
  "Non-nil if the current command has a local variable scope.
This is set to t in `eshell-local-variable-bindings' (which see).")