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

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

[elpa] externals/multishell 4fee0bd 07/23: Avoid circular load by depend


From: Stefan Monnier
Subject: [elpa] externals/multishell 4fee0bd 07/23: Avoid circular load by depending on load from multishell.el.
Date: Sun, 29 Nov 2020 23:19:37 -0500 (EST)

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

    Avoid circular load by depending on load from multishell.el.
    
    Adapted from gnu people's fixes.
---
 multishell-list.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/multishell-list.el b/multishell-list.el
index 38aad26..a1d4d15 100644
--- a/multishell-list.el
+++ b/multishell-list.el
@@ -10,7 +10,10 @@
 
 ;; See multishell.el for commentary, change log, etc.
 
+;; Load multishell to load this.
+
 (require 'tabulated-list)
+(eval-when-compile (require 'cl-lib))
 
 (defgroup multishell-list nil
   "Show a menu of all shell buffers in a buffer."
@@ -306,6 +309,5 @@ You can get to the shells listing by recursively invoking
       (multishell-list-goto-item-by-entry from-entry))))
 
 (provide 'multishell-list)
-(require 'multishell)
 
 ;;; multishell-list.el ends here



reply via email to

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