From 8f3d5010bfa5913a9bdaa0c938394eeb7832fa15 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Tue, 3 Jul 2012 07:01:31 +0200 Subject: * helm-bbdb.el (helm-c-source-bbdb): Fix action attr. --- helm-bbdb.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helm-bbdb.el') diff --git a/helm-bbdb.el b/helm-bbdb.el index 5f2e78fa..b40bfbf6 100644 --- a/helm-bbdb.el +++ b/helm-bbdb.el @@ -68,8 +68,8 @@ removed." (defvar helm-c-source-bbdb '((name . "BBDB") (candidates . helm-c-bbdb-candidates) - (action ("Send a mail" . helm-c-bbdb-compose-mail) - ("View person's data" . helm-c-bbdb-view-person-action)) + (action . (("Send a mail" . helm-c-bbdb-compose-mail) + ("View person's data" . helm-c-bbdb-view-person-action))) (filtered-candidate-transformer . (lambda (candidates source) (setq helm-c-bbdb-name helm-pattern) (if (not candidates) -- cgit v1.2.3