emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 9436391: Remove interactive spec from eshell-source


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 9436391: Remove interactive spec from eshell-source-file
Date: Fri, 26 Jul 2019 08:16:05 -0400 (EDT)

branch: master
commit 9436391e1b7453fb0e950e22ab523703aa8af307
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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).
---
 lisp/eshell/em-script.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/eshell/em-script.el b/lisp/eshell/em-script.el
index 4a3b84e..6970dfc8 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]