emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ebdb d376d69 2/2: Update vCard formatter classes, bump


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb d376d69 2/2: Update vCard formatter classes, bump to 0.6.4
Date: Sat, 19 Jan 2019 11:25:48 -0500 (EST)

branch: externals/ebdb
commit d376d694f59fe55d952e6e44df7e8415d18b373a
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    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 <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]