Skip to content

Commit

Permalink
Don't backquote in source definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmalsburg-test committed Dec 9, 2013
1 parent 17f7222 commit c3d1993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-dictionary.el
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ browser in `helm-browse-url-default-browser-alist'"
("Insert target language term" . helm-dictionary-insert-l2term)))))

(defvar helm-source-dictionary-online
`((name . "Look up online")
'((name . "Look up online")
(match (lambda (_candidate) t))
(candidates . helm-dictionary-online-dicts)
(no-matchplugin)
Expand Down

0 comments on commit c3d1993

Please sign in to comment.