Variable: eshell-local-variable-bindings

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

Value

((eshell-in-local-scope-p t)
 (process-environment (eshell-copy-environment))
 (eshell-variable-aliases-list eshell-variable-aliases-list)
 (eshell-path-env-list eshell-path-env-list)
 (comint-pager comint-pager))

Documentation

A list of let bindings for local variable (and subcommand) environments.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-var.el.gz
(defvar eshell-local-variable-bindings
  '((eshell-in-local-scope-p t)
    (process-environment (eshell-copy-environment))
    (eshell-variable-aliases-list eshell-variable-aliases-list)
    (eshell-path-env-list eshell-path-env-list)
    (comint-pager comint-pager))
  "A list of `let' bindings for local variable (and subcommand) environments.")