emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/multishell bf8c445 05/23: Use appropriate interactive m


From: Stefan Monnier
Subject: [elpa] externals/multishell bf8c445 05/23: Use appropriate interactive mode.
Date: Sun, 29 Nov 2020 23:19:36 -0500 (EST)

branch: externals/multishell
commit bf8c4453f4509aaab4c633cd1e6bb488faf11058
Author: Ken Manheimer <ken.manheimer@gmail.com>
Commit: Ken Manheimer <ken.manheimer@gmail.com>

    Use appropriate interactive mode.
    
    From gnu people's fixes.
---
 multishell-list.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/multishell-list.el b/multishell-list.el
index ddfd6a8..125e8c0 100644
--- a/multishell-list.el
+++ b/multishell-list.el
@@ -65,9 +65,9 @@ switch to the buffer but don't activate (or deactivate) it 
it."
     (with-current-buffer list-buffer
       (revert-buffer))))
 
-(defun multishell-list-delete (&optional arg)
+(defun multishell-list-delete (&optional _arg)
   "Remove current shell entry, and prompt for buffer-removal if present."
-  (interactive "P")
+  (interactive)
   (let* ((entry (tabulated-list-get-id))
          (name (multishell-name-from-entry entry))
          (name-bracketed (multishell-bracket name))



reply via email to

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