Skip to content

Commit

Permalink
Quote class in helm-descbinds-source.
Browse files Browse the repository at this point in the history
* helm-descbinds.el (helm-descbinds-source): Fix typo.
  • Loading branch information
Thierry Volpiatto committed Sep 16, 2016
1 parent 0d237c9 commit 6d5ddc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-descbinds.el
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Provide a useful behavior for prefix commands."

(defun helm-descbinds-source (name candidates)
(when (and name candidates)
(helm-make-source name helm-descbinds-source-class
(helm-make-source name 'helm-descbinds-source-class
:candidates candidates
:candidate-transformer #'helm-descbinds-transform-candidates
:filtered-candidate-transformer #'helm-fuzzy-highlight-matches
Expand Down

0 comments on commit 6d5ddc1

Please sign in to comment.