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

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

[elpa] master 53891c9: * packages/multishell: Fix dumb errors in version


From: ken manheimer
Subject: [elpa] master 53891c9: * packages/multishell: Fix dumb errors in version statements.
Date: Thu, 29 Oct 2020 13:47:18 -0400 (EDT)

branch: master
commit 53891c906a9e54a30a110db808cd1b11d063112f
Author: Ken Manheimer <ken.manheimer@gmail.com>
Commit: Ken Manheimer <ken.manheimer@gmail.com>

    * packages/multishell: Fix dumb errors in version statements.
    
    It's actually 1.1.8. The important Version: header was left at 1.1.7 and my
    Change Log had it at 1.1.9 (sowing confusion). Anyway, the prior 1.1.7
    commit that had my misguided requires arrangement, wasn't displaced by the
    commit that rectified it. It now will be by correcting the Version: header.
---
 packages/multishell/multishell.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/multishell/multishell.el 
b/packages/multishell/multishell.el
index 9a85d22..970cf44 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.7
+;; Version: 1.1.8
 ;; Created: 1999 -- first public availability
 ;; Keywords: processes
 ;; Package-Requires: ((cl-lib "0.5"))
@@ -60,7 +60,7 @@
 ;;
 ;; Change Log:
 ;;
-;; * 2020-10-28 1.1.9 Ken Manheimer:
+;; * 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
 ;;     new autoloads.



reply via email to

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