Function: eshell-handle-local-variables
eshell-handle-local-variables is a byte-compiled function defined in
esh-var.el.gz.
Signature
(eshell-handle-local-variables)
Documentation
Allow for the syntax VAR=val <command> <args>.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-var.el.gz
(defun eshell-handle-local-variables ()
"Allow for the syntax `VAR=val <command> <args>'."
(eshell-parse-local-variables (cons eshell-last-command-name
eshell-last-arguments)))