summaryrefslogtreecommitdiff
path: root/helm-multi-match.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-09-23 05:49:15 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-09-23 05:49:15 +0200
commitf30d9ff5c6b683db15d32ad05c87bd82d6105244 (patch)
tree929ccbfb80a4c374f332705604d168534ab94352 /helm-multi-match.el
parentb39633447acbcccdd0b12d9d8db2407078229e24 (diff)
Fix typo (#1175).
* helm-multi-match.el (helm-mm-3-migemo-search): Do it.
Diffstat (limited to 'helm-multi-match.el')
-rw-r--r--helm-multi-match.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-multi-match.el b/helm-multi-match.el
index aaeb4567..6cc605fa 100644
--- a/helm-multi-match.el
+++ b/helm-multi-match.el
@@ -294,7 +294,7 @@ i.e the sources which have the slot :migemo with non--nil value."
(defun helm-mm-3-migemo-search (pattern &rest _ignore)
(and helm-migemo-mode
(helm-mm-3-search-base
- pattern 'helm-mm-migemo-forward 'helm-migemo-forward)))
+ pattern 'helm-mm-migemo-forward 'helm-mm-migemo-forward)))
;;; mp-3p- (multiple regexp pattern 3 with prefix search)