From 82a3f1cb880534392a844b0897785e62ce4ea89e Mon Sep 17 00:00:00 2001 From: Liu Binsheng Date: Thu, 10 Mar 2016 23:58:39 +0800 Subject: [PATCH] make the argument for helm-gtags--select-cache-init-common a list --- helm-gtags.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-gtags.el b/helm-gtags.el index 92b1b33..99c2a9c 100644 --- a/helm-gtags.el +++ b/helm-gtags.el @@ -932,7 +932,7 @@ Always update if value of this variable is nil." (progn (process-file "global" nil t nil options) (helm-gtags--remove-carrige-returns)) - (helm-gtags--select-cache-init-common options "GPATH"))))) + (helm-gtags--select-cache-init-common (list options) "GPATH"))))) (defvar helm-source-gtags-select-path (helm-build-in-buffer-source "Select path"