branch: externals/ebdb
commit 3106b45ae7993da7171821abc33b879c5da81eba
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>

    Require ebdb-format in ebdb-vcard
    
    Fixes #40
    
    * ebdb-vcard.el: Not sure how this never bit me before.
---
 ebdb-vcard.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ebdb-vcard.el b/ebdb-vcard.el
index 49a7a58..14d2e2c 100644
--- a/ebdb-vcard.el
+++ b/ebdb-vcard.el
@@ -27,6 +27,8 @@
 
 ;;; Code:
 
+(require 'ebdb-format)
+
 (defclass ebdb-formatter-vcard (ebdb-formatter)
   ((coding-system :initform 'utf-8-dos)
    (version-string

Reply via email to