branch: master
commit 53891c906a9e54a30a110db808cd1b11d063112f
Author: Ken Manheimer <[email protected]>
Commit: Ken Manheimer <[email protected]>
* 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 <[email protected]>
-;; 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.