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

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

[elpa] master 165dfe3 2/3: multishell - Merge commit '8d70b90b6f5b326749


From: ken manheimer
Subject: [elpa] master 165dfe3 2/3: multishell - Merge commit '8d70b90b6f5b326749fbd1b8597ecf5cfc9b47d0'
Date: Fri, 22 Jan 2016 09:00:49 +0000

branch: master
commit 165dfe3ba8a8da8df07c23d7d352326091958e51
Merge: da68117 8d70b90
Author: Ken Manheimer <address@hidden>
Commit: Ken Manheimer <address@hidden>

    multishell - Merge commit '8d70b90b6f5b326749fbd1b8597ecf5cfc9b47d0'
---
 packages/multishell/multishell.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/multishell/multishell.el 
b/packages/multishell/multishell.el
index 7295aa1..a748b38 100644
--- a/packages/multishell/multishell.el
+++ b/packages/multishell/multishell.el
@@ -201,7 +201,7 @@ Promote added/changed entry to the front of the list."
 
 (defun multishell-history-entries (name)
   "Return `multishell-history' entry that starts with NAME, or nil if none."
-  (let ((match-expr (concat "^" name "\\\(/.*$\\\)?"))
+  (let ((match-expr (concat "^" name "\\\(/.*$\\\)?$"))
         got)
     (dolist (entry multishell-history)
       (when (and (string-match match-expr entry)



reply via email to

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