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

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

[elpa] externals/multishell 35a0dd3 23/23: * multishell/multishell.el: R


From: Stefan Monnier
Subject: [elpa] externals/multishell 35a0dd3 23/23: * multishell/multishell.el: Require cl-lib when compiling for cl-letf macro.
Date: Sun, 29 Nov 2020 23:19:41 -0500 (EST)

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

    * multishell/multishell.el: Require cl-lib when compiling for cl-letf macro.
---
 multishell.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/multishell.el b/multishell.el
index 977f5b0..6d93485 100644
--- a/multishell.el
+++ b/multishell.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1999-2020 Free Software Foundation, Inc. and Ken Manheimer
 
 ;; Author: Ken Manheimer <ken.manheimer@gmail.com>
-;; Version: 1.1.7
+;; Version: 1.1.9
 ;; Created: 1999 -- first public availability
 ;; Keywords: processes
 ;; Package-Requires: ((cl-lib "0.5"))
@@ -60,6 +60,8 @@
 ;;
 ;; Change Log:
 ;;
+;; * 2020-10-30 1.1.9 Ken Manheimer:
+;;   - Require cl-lib when compiling for cl-letf macro.
 ;; * 2020-10-28 1.1.8 Ken Manheimer:
 ;;   - Change back to having multishell-list require multishell,
 ;;     rather than the other way around, and remove now unnecessary
@@ -170,8 +172,9 @@
 (require 'comint)
 (require 'shell)
 (require 'savehist)
+(eval-when-compile (require 'cl-lib))
 
-(defvar multishell-version "1.1.8")
+(defvar multishell-version "1.1.9")
 (defun multishell-version (&optional here)
   "Return string describing the loaded multishell version."
   (interactive "P")



reply via email to

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