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

    Adding too many newlines in multiline view
    
    * ebdb-com.el (ebdb-fmt-compose-fields): Now that it's mapc instead of
      mapconcat, we've already got one trailing newline, only need to add
      one extra.
---
 ebdb-com.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb-com.el b/ebdb-com.el
index 9e9ed17..6701f7a 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -784,7 +784,7 @@ string."
              (when ebdb-fill-field-values
                (fill-region start (point))))))
         field-pairs)
-       (insert "\n\n")
+       (insert "\n")
        (buffer-string)))))
 
 (cl-defmethod ebdb-fmt-compose-fields ((fmt ebdb-formatter-ebdb-oneline)

Reply via email to