]> git.eshelyaron.com Git - emacs.git/commitdiff
EUDC: Wrap long line in BBDB backend
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Fri, 10 Nov 2017 14:39:37 +0000 (09:39 -0500)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Wed, 15 Nov 2017 02:09:25 +0000 (21:09 -0500)
* lisp/net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
Wrap long line.

lisp/net/eudcb-bbdb.el

index 7edc740b53f126abb25f7555bdcd8d2948e684cb..1bb0daadd155bd5a84772910412770bbb97aba99 100644 (file)
@@ -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)