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

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

[elpa] externals/ebdb-i18n-chn 398f647 10/16: Edit address formatting to


From: Stefan Monnier
Subject: [elpa] externals/ebdb-i18n-chn 398f647 10/16: Edit address formatting to match changes in EBDB package
Date: Sun, 29 Nov 2020 17:03:27 -0500 (EST)

branch: externals/ebdb-i18n-chn
commit 398f6479dff91191b44bd59753783483585cc3e7
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Edit address formatting to match changes in EBDB package
    
    * packages/ebdb-i18n-chn/ebdb-i18n-chn.el (ebdb-string-i18n): Address
      formatting is now much simpler, use the new function. Push this
      change, and try like hell to remember to bump this package version
      at the same time the EBDB package version gets bumped.
---
 ebdb-i18n-chn.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb-i18n-chn.el b/ebdb-i18n-chn.el
index b2bd317..e9b7d6d 100644
--- a/ebdb-i18n-chn.el
+++ b/ebdb-i18n-chn.el
@@ -82,7 +82,7 @@
         locality
         (mapconcat #'identity streets "")
         ", " postcode)
-      (ebdb-format-address adr 2))))
+      (ebdb-format-address-default adr))))
 
 ;; This isn't all of them, but it seems like a reasonable subset.  See
 ;; https://en.wikipedia.org/wiki/Chinese_compound_surname for a fuller



reply via email to

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