Navigation Menu

Skip to content

Commit

Permalink
Silence byte-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius authored and bbatsov committed Nov 22, 2016
1 parent 665972d commit ab07ade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projectile.el
Expand Up @@ -1598,7 +1598,8 @@ project-root for every file."
((eq projectile-completion-system 'default)
(completing-read prompt choices nil nil initial-input))
((eq projectile-completion-system 'helm)
(if (fboundp 'helm)
(if (and (fboundp 'helm)
(fboundp 'helm-make-source))
(helm :sources
(helm-make-source "Projectile" 'helm-source-sync
:candidates choices
Expand Down

0 comments on commit ab07ade

Please sign in to comment.