From 51471c3d60a0906b91b95d30e358877e2f13b522 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Thu, 6 Dec 2012 08:41:44 +0000 Subject: [PATCH] Fix bbdb-vcard recipe, which didn't actually include bbdb-vcard.el (see purcell/emacs.d#51) --- recipes/bbdb-vcard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/bbdb-vcard b/recipes/bbdb-vcard index 789ad59b..cff461cc 100644 --- a/recipes/bbdb-vcard +++ b/recipes/bbdb-vcard @@ -1,3 +1,3 @@ (bbdb-vcard :repo "trebb/bbdb-vcard" :fetcher github - :files ("vcard*.el")) + :files ("bbdb-vcard.el" "vcard.el"))