]> git.eshelyaron.com Git - emacs.git/commitdiff
EUDC: Fix indentation in BBDB backend
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Fri, 10 Nov 2017 14:31:24 +0000 (09:31 -0500)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Wed, 15 Nov 2017 02:09:24 +0000 (21:09 -0500)
* lisp/net/eudcb-bbdb.el (eudc-bbdb-format-query): Fix
indentation.
(eudc-bbdb-filter-non-matching-record): Likewise.

lisp/net/eudcb-bbdb.el

index 8dff028b9f157e1fe168a65f6182d08dfec8bf9c..f9c8578e373a49bed9a5b212179edc48530444ac 100644 (file)
@@ -73,10 +73,10 @@ BBDB < 3 used `net'; BBDB >= 3 uses `mail'."
                        (concat firstname " " lastname))
                   firstname
                   lastname))
-       (company (cdr (assq 'company query)))
-       (net (cdr (assq 'net query)))
-       (notes (cdr (assq 'notes query)))
-       (phone (cdr (assq 'phone query))))
+        (company (cdr (assq 'company query)))
+        (net (cdr (assq 'net query)))
+        (notes (cdr (assq 'notes query)))
+        (phone (cdr (assq 'phone query))))
     (list name company net notes phone)))
 
 
@@ -91,7 +91,7 @@ BBDB < 3 used `net'; BBDB >= 3 uses `mail'."
               (case-fold-search t)
               bbdb-val)
           (or (and (memq attr '(firstname lastname aka company phones
-                                addresses net))
+                                          addresses net))
                    (progn
                      (setq bbdb-val
                            (eval (list (intern (concat "bbdb-record-"