From: Ken Manheimer Date: Fri, 22 Jan 2016 08:59:20 +0000 (-0500) Subject: multishell - Merge commit '8d70b90b6f5b326749fbd1b8597ecf5cfc9b47d0' X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/165dfe3ba8a8da8df07c23d7d352326091958e51?hp=-c multishell - Merge commit '8d70b90b6f5b326749fbd1b8597ecf5cfc9b47d0' --- 165dfe3ba8a8da8df07c23d7d352326091958e51 diff --combined packages/multishell/multishell.el index 7295aa1ea,a748b38d3..a748b38d3 --- a/packages/multishell/multishell.el +++ b/packages/multishell/multishell.el @@@ -201,7 -201,7 +201,7 @@@ Promote added/changed entry to the fron (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)