]> code.delx.au - gnu-emacs-elpa/commitdiff
multishell - Merge commit '8d70b90b6f5b326749fbd1b8597ecf5cfc9b47d0'
authorKen Manheimer <ken.manheimer@gmail.com>
Fri, 22 Jan 2016 08:59:20 +0000 (03:59 -0500)
committerKen Manheimer <ken.manheimer@gmail.com>
Fri, 22 Jan 2016 08:59:20 +0000 (03:59 -0500)
1  2 
packages/multishell/multishell.el

index 7295aa1ea904dc60eb71e57fc0367aade177db51,a748b38d3b365f2579827319bb35a2d7d1165264..a748b38d3b365f2579827319bb35a2d7d1165264
@@@ -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)