From: Lars Ingebrigtsen Date: Fri, 26 Jul 2019 12:13:56 +0000 (+0200) Subject: Remove interactive spec from eshell-source-file X-Git-Tag: emacs-27.0.90~1817^2~100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9436391e1b7453fb0e950e22ab523703aa8af307;p=emacs.git Remove interactive spec from eshell-source-file * lisp/eshell/em-script.el (eshell-source-file): This function can't work as an interactive command, so remove the interactive spec (bug#26057). --- diff --git a/lisp/eshell/em-script.el b/lisp/eshell/em-script.el index 4a3b84e10e3..6970dfc80bd 100644 --- a/lisp/eshell/em-script.el +++ b/lisp/eshell/em-script.el @@ -90,7 +90,6 @@ This includes when running `eshell-command'." (defun eshell-source-file (file &optional args subcommand-p) "Execute a series of Eshell commands in FILE, passing ARGS. Comments begin with `#'." - (interactive "f") (let ((orig (point)) (here (point-max)) (inhibit-point-motion-hooks t))