emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/eudc-bbdb-3 2beb511 04/15: EUDC: Wrap long line in


From: Thomas Fitzsimmons
Subject: [Emacs-diffs] scratch/eudc-bbdb-3 2beb511 04/15: EUDC: Wrap long line in BBDB backend
Date: Tue, 21 Nov 2017 23:47:51 -0500 (EST)

branch: scratch/eudc-bbdb-3
commit 2beb51159c2283f9cfd45d05faa90c609c3ea9b7
Author: Thomas Fitzsimmons <address@hidden>
Commit: Thomas Fitzsimmons <address@hidden>

    EUDC: Wrap long line in BBDB backend
    
    * lisp/net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
    Wrap long line.
---
 lisp/net/eudcb-bbdb.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/net/eudcb-bbdb.el b/lisp/net/eudcb-bbdb.el
index 7edc740..1bb0daa 100644
--- a/lisp/net/eudcb-bbdb.el
+++ b/lisp/net/eudcb-bbdb.el
@@ -164,7 +164,8 @@ BBDB < 3 used `net'; BBDB >= 3 uses `mail'."
 The record is filtered according to `eudc-bbdb-current-return-attributes'"
   (require 'bbdb)
   (let ((attrs (or eudc-bbdb-current-return-attributes
-                  '(firstname lastname aka company phones addresses net 
notes)))
+                  '(firstname lastname aka company phones
+                              addresses net notes)))
        attr
        eudc-rec
        val)



reply via email to

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