Function: eshell/.

eshell/. is a byte-compiled function defined in em-script.el.gz.

Signature

(eshell/. FILE &rest ARGS)

Documentation

Source a FILE in the current environment.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-script.el.gz
(defun eshell/. (file &rest args)
  "Source a FILE in the current environment."
  (throw 'eshell-replace-command
         (eshell--source-file file args)))