branch: externals/ebdb commit 4f8e2a0001633b41493dcb26f7a47254062427a2 Author: Eric Abrahamsen <e...@ericabrahamsen.net> Commit: Eric Abrahamsen <e...@ericabrahamsen.net>
Use ebdb-i18n-countries defsubst in i18n address reading * ebdb-i18n.el (ebdb-read): This was a bug, there was no "countries" variable at all. --- ebdb-i18n.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebdb-i18n.el b/ebdb-i18n.el index c33800f..be29f33 100644 --- a/ebdb-i18n.el +++ b/ebdb-i18n.el @@ -682,7 +682,7 @@ for their symbol representations." (let ((country (cdr (assoc (completing-read "Country: " - countries + (ebdb-i18n-countries) nil nil (when obj (car (rassoc (ebdb-address-country obj) (ebdb-i18n-countries)))))