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

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

[elpa] master 9c589a6: * multishell/multishell.el: Require cl-lib when c


From: ken manheimer
Subject: [elpa] master 9c589a6: * multishell/multishell.el: Require cl-lib when compiling for cl-letf macro.
Date: Fri, 30 Oct 2020 16:22:16 -0400 (EDT)

branch: master
commit 9c589a62750fc2856811271aea4fceda9e3fe74c
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.
---
 packages/multishell/multishell.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/packages/multishell/multishell.el 
b/packages/multishell/multishell.el
index 970cf44..6d93485 100644
--- a/packages/multishell/multishell.el
+++ b/packages/multishell/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.8
+;; 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]