summaryrefslogtreecommitdiff
path: root/helm.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-12-08 21:14:40 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-12-08 21:22:01 +0100
commitb585eb3e51eef51a1e6180cc9fb16cf63bece302 (patch)
treefc5056cfe3df1925eed663c14bfb6059a5194793 /helm.el
parente861743d369be2ad296c8fd788f11f66accbe72d (diff)
Fix helm-set-source-filter and allow toggling
in helm-show-all-in-this-source-only. * helm-utils.el (helm-show-all-in-this-source-only): Allow toggling. * helm.el (helm-set-source-filter): Fix it, use helm-update.
Diffstat (limited to 'helm.el')
-rw-r--r--helm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm.el b/helm.el
index 0191cf7f..15463a31 100644
--- a/helm.el
+++ b/helm.el
@@ -1778,7 +1778,7 @@ existing Helm function names."
(helm--normalize-filter-sources sources))
(helm-log "helm-source-filter = %S" helm-source-filter)
;; Use force-update to run init/update functions.
- (helm-force-update (and (stringp cur-disp-sel)
+ (helm-update (and (stringp cur-disp-sel)
(regexp-quote cur-disp-sel))))))
(defun helm--normalize-filter-sources (sources)