branch: externals/multishell
commit 708bad677e479b1f2e0f86476857bdf58aced401
Author: Ken Manheimer <[email protected]>
Commit: Ken Manheimer <[email protected]>

    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