emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/eudc-bbdb-3 c6c1286 02/15: EUDC: Fix indentation i


From: Thomas Fitzsimmons
Subject: [Emacs-diffs] scratch/eudc-bbdb-3 c6c1286 02/15: EUDC: Fix indentation in BBDB backend
Date: Tue, 21 Nov 2017 23:47:50 -0500 (EST)

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

    EUDC: Fix indentation in BBDB backend
    
    * lisp/net/eudcb-bbdb.el (eudc-bbdb-format-query): Fix
    indentation.
    (eudc-bbdb-filter-non-matching-record): Likewise.
---
 lisp/net/eudcb-bbdb.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lisp/net/eudcb-bbdb.el b/lisp/net/eudcb-bbdb.el
index 8dff028..f9c8578 100644
--- a/lisp/net/eudcb-bbdb.el
+++ b/lisp/net/eudcb-bbdb.el
@@ -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-"



reply via email to

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