Variable: eshell-lisp-regexp
eshell-lisp-regexp is a customizable variable defined in
esh-cmd.el.gz.
Value
"\\([(`]\\|#'\\)"
Documentation
A regexp which, if matched at beginning of an argument, means Lisp.
Such arguments will be passed to read, and then evaluated.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-cmd.el.gz
(defcustom eshell-lisp-regexp "\\([(`]\\|#'\\)"
"A regexp which, if matched at beginning of an argument, means Lisp.
Such arguments will be passed to `read', and then evaluated."
:type 'regexp)