Fix bbdb-vcard recipe, which didn't actually include bbdb-vcard.el (see purcell/emacs.d#51)

This commit is contained in:
Steve Purcell 2012-12-06 08:41:44 +00:00
parent 01fd9ddcfc
commit 51471c3d60

View file

@ -1,3 +1,3 @@
(bbdb-vcard :repo "trebb/bbdb-vcard"
:fetcher github
:files ("vcard*.el"))
:files ("bbdb-vcard.el" "vcard.el"))