summaryrefslogtreecommitdiff
path: root/helm-utils.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2020-08-02 14:50:16 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2020-08-02 14:50:16 +0200
commit74918fec990c7f06060d6475d6879b937f6e1b22 (patch)
treeb8984bf372d02c6af38c385db910bc75fa048f3d /helm-utils.el
parent423f4563bf96a0bf5e990291bcdcbe9ead9af0ce (diff)
Fix paren error in helm-match-line-update
Diffstat (limited to 'helm-utils.el')
-rw-r--r--helm-utils.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-utils.el b/helm-utils.el
index 53f1e9a1..57cdf42f 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -943,8 +943,8 @@ Assume regexp is a pcre based regexp."
(when helm--match-item-overlays
(mapc 'delete-overlay helm--match-item-overlays))
(when helm-match-line-overlay
- (delete-overlay helm-match-line-overlay))
- (helm-highlight-current-line))
+ (delete-overlay helm-match-line-overlay)
+ (helm-highlight-current-line)))
(defun helm-persistent-autoresize-hook ()
(when (and helm-buffers-to-resize-on-pa