branch: externals/ebdb
commit d376d694f59fe55d952e6e44df7e8415d18b373a
Author: Eric Abrahamsen <e...@ericabrahamsen.net>
Commit: Eric Abrahamsen <e...@ericabrahamsen.net>

    Update vCard formatter classes, bump to 0.6.4
    
    Fixes #75
    
    * ebdb-vcard.el (ebdb-formatter-vcard): Forgot to update for the new
      formatters.
---
 ebdb-vcard.el | 2 +-
 ebdb.el       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ebdb-vcard.el b/ebdb-vcard.el
index aaac522..1313b78 100644
--- a/ebdb-vcard.el
+++ b/ebdb-vcard.el
@@ -31,7 +31,7 @@
 
 (autoload 'calendar-gregorian-from-absolute "calendar")
 
-(defclass ebdb-formatter-vcard (ebdb-formatter)
+(defclass ebdb-formatter-vcard (ebdb-formatter-freeform)
   ((coding-system :initform 'utf-8-dos)
    (version-string
     :type string
diff --git a/ebdb.el b/ebdb.el
index 1adc8da..329c023 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2016-2018  Free Software Foundation, Inc.
 
-;; Version: 0.6.3
+;; Version: 0.6.4
 ;; Package-Requires: ((emacs "25.1") (cl-lib "0.5") (seq "2.15"))
 
 ;; Maintainer: Eric Abrahamsen <e...@ericabrahamsen.net>

Reply via email to