From c3d1993be13126785b904ad1b4dbbd8279d5f856 Mon Sep 17 00:00:00 2001 From: Titus von der Malsburg Date: Mon, 9 Dec 2013 12:02:48 +0100 Subject: [PATCH] Don't backquote in source definition. --- helm-dictionary.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-dictionary.el b/helm-dictionary.el index 592d62e..6538d3b 100644 --- a/helm-dictionary.el +++ b/helm-dictionary.el @@ -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)