Function: eshell-term-initialize

eshell-term-initialize is a byte-compiled function defined in em-term.el.gz.

Signature

(eshell-term-initialize)

Documentation

Initialize the term interface code.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-term.el.gz
;;; Functions:

(defun eshell-term-initialize ()    ;Called from `eshell-mode' via intern-soft!
  "Initialize the `term' interface code."
  (setq-local eshell-interpreter-alist
	(cons (cons #'eshell-visual-command-p
		    'eshell-exec-visual)
	      eshell-interpreter-alist)))