From 2beb51159c2283f9cfd45d05faa90c609c3ea9b7 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Fri, 10 Nov 2017 09:39:37 -0500 Subject: [PATCH] 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 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) -- 2.39.5