branch: externals/multishell
commit 0d349ee20607c904cf33014740d2b63a0308fd1e
Author: Ken Manheimer <[email protected]>
Commit: Ken Manheimer <[email protected]>
Revise in-file change log acknowledging other's work and prior unreleased
---
multishell.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/multishell.el b/multishell.el
index 755f6bc..04a16c9 100644
--- a/multishell.el
+++ b/multishell.el
@@ -60,10 +60,11 @@
;;
;; Change Log:
;;
-;; * 2020-10-15 1.1.7 Ken Manheimer:
+;; * 2020-10-28 1.1.7 Ken Manheimer:
;; - Forward compatibility: 'cl-progv' rather than 'progv', resolves
;; multishell-list error in recent emacs versions.
-;; * 2016-06-27 1.1.6 Ken Manheimer:
+;; - Incorporate other's refinements (thanks!)
+;; * 2016-06-27 1.1.6 Ken Manheimer (unreleased):
;; - When starting a remote shell, if cd fails to an inital remote
;; directory, try again without the cd.
;; * 2016-02-11 1.1.5 Ken Manheimer: