From 969949fc6e003b623e8fa5aae8d2c5f50b217a21 Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Fri, 22 Jan 2016 10:33:58 +0900 Subject: [PATCH] Fix setting wrong persistent action --- helm-gtags.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-gtags.el b/helm-gtags.el index 0ba2ebb..6c18ea0 100644 --- a/helm-gtags.el +++ b/helm-gtags.el @@ -914,7 +914,7 @@ Always update if value of this variable is nil." (helm-build-in-buffer-source "Find tag from here" :init 'helm-gtags--source-select-init :candidate-number-limit helm-gtags-maximum-candidates - :persistent-action 'helm-gtags--persistent-action + :persistent-action #'ignore :fuzzy-match helm-gtags-fuzzy-match :action (helm-make-actions "Goto the location" #'helm-gtags--select-tag-action