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

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

[elpa] externals/multishell 708bad6 03/23: Forward compatibility: cl-pro


From: Stefan Monnier
Subject: [elpa] externals/multishell 708bad6 03/23: Forward compatibility: cl-progv rather than progv
Date: Sun, 29 Nov 2020 23:19:36 -0500 (EST)

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

    Forward compatibility: cl-progv rather than progv
---
 multishell-list.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multishell-list.el b/multishell-list.el
index dc7529b..ddfd6a8 100644
--- a/multishell-list.el
+++ b/multishell-list.el
@@ -294,7 +294,7 @@ You can get to the shells listing by recursively invoking
         (set-buffer buffer)
       (pop-to-buffer buffer))
     (multishell-list-mode)
-    (progv
+    (cl-progv
         ;; Temporarily assign multishell-history only when completing:
         (when completing '(multishell-history))
         (when completing



reply via email to

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