summaryrefslogtreecommitdiff
path: root/helm-bbdb.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2012-07-03 07:01:31 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2012-07-03 07:01:31 +0200
commit8f3d5010bfa5913a9bdaa0c938394eeb7832fa15 (patch)
tree1a0f2a1b7ea74444aea6ea710a78a6c6ded7175a /helm-bbdb.el
parent651364ab20c91270eb70801eddc28fcb4bf6cf49 (diff)
* helm-bbdb.el (helm-c-source-bbdb): Fix action attr.
Diffstat (limited to 'helm-bbdb.el')
-rw-r--r--helm-bbdb.el4
1 files changed, 2 insertions, 2 deletions
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)