From: Thomas Fitzsimmons Date: Fri, 10 Nov 2017 14:39:37 +0000 (-0500) Subject: EUDC: Wrap long line in BBDB backend X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2beb51159c2283f9cfd45d05faa90c609c3ea9b7;p=emacs.git EUDC: Wrap long line in BBDB backend * lisp/net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result): Wrap long line. --- diff --git a/lisp/net/eudcb-bbdb.el b/lisp/net/eudcb-bbdb.el index 7edc740b53f..1bb0daadd15 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)