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

    Remove stray ": " prompt in ebdb-read-string
    
    * ebdb.el (ebdb-read): The trailing colon-space is provided by
    `ebdb-read-string'.
---
 ebdb.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ebdb.el b/ebdb.el
index 2c87c61..82742d0 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -1248,8 +1248,8 @@ process."
     (setq label (ebdb-with-exit
                    (ebdb-read-string
                     (if (stringp human-readable)
-                        (format "%s label: " (capitalize human-readable))
-                      "Label: ")
+                        (format "%s label" (capitalize human-readable))
+                      "Label")
                     label labels nil)))
     (when (and label
               (or

Reply via email to