Skip to content

Commit

Permalink
Merge pull request #147 from lbsx/make-a-list-for-helm-gtags--select-…
Browse files Browse the repository at this point in the history
…cache-init-common

make the argument for helm-gtags--select-cache-init-common a list
  • Loading branch information
syohex committed Mar 11, 2016
2 parents f14ff71 + 82a3f1c commit 89124d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-gtags.el
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 89124d9

Please sign in to comment.