Function: eshell-source-file

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

This function is obsolete since 30.1.

Signature

(eshell-source-file FILE &optional ARGS SUBCOMMAND-P)

Documentation

Execute a series of Eshell commands in FILE, passing ARGS.

Comments begin with #.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-script.el.gz
(defun eshell-source-file (file &optional args subcommand-p)
  "Execute a series of Eshell commands in FILE, passing ARGS.
Comments begin with `#'."
  (declare (obsolete nil "30.1"))
  (throw 'eshell-replace-command
         (eshell--source-file file args subcommand-p)))