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

    Remove spurious typo in option name, release 0.8.21
    
    ebdb-i18ngroup-countries-pref-scripts is not spelled that way, looks
    like someone was banging on the keyboard too hard.
---
 ebdb-i18n.el | 2 +-
 ebdb.el      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ebdb-i18n.el b/ebdb-i18n.el
index 5f24f3d7bf..35ef6327fb 100644
--- a/ebdb-i18n.el
+++ b/ebdb-i18n.el
@@ -53,7 +53,7 @@
 That is, no special handling will be done for them."
   :type '(repeat :tag "Script type" symbol))
 
-(defcustom ebdb-i18ngroup-countries-pref-scripts nil
+(defcustom ebdb-i18n-countries-pref-scripts nil
   "An alist equivalent to `ebdb-i18n-countries', but in alternate scripts.
 Each alist element is a cons of a country name, in a non-English
 script, plus the same three-letter symbol as found in
diff --git a/ebdb.el b/ebdb.el
index 3272d32184..d6abeaf51b 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2016-2023  Free Software Foundation, Inc.
 
-;; Version: 0.8.20
+;; Version: 0.8.21
 ;; Package-Requires: ((emacs "25.1") (seq "2.15"))
 
 ;; Maintainer: Eric Abrahamsen <[email protected]>

Reply via email to