emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/eudcb-bbdb.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/net/eudcb-bbdb.el,v
Date: Sat, 13 Oct 2007 03:02:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/10/13 03:02:35

Index: eudcb-bbdb.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/eudcb-bbdb.el,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- eudcb-bbdb.el       26 Jul 2007 05:27:18 -0000      1.12
+++ eudcb-bbdb.el       13 Oct 2007 03:02:35 -0000      1.13
@@ -75,7 +75,7 @@
   "Return RECORD if it matches `eudc-bbdb-current-query', nil otherwise."
   (catch 'unmatch
     (progn
-      (mapcar
+      (mapc
        (function
        (lambda (condition)
          (let ((attr (car condition))
@@ -197,7 +197,7 @@
       (if (car query-attrs)
          (setq records (eval `(bbdb-search ,(quote records) ,@bbdb-attrs))))
       (setq query-attrs (cdr query-attrs)))
-    (mapcar (function
+    (mapc (function
             (lambda (record)
               (setq filtered (eudc-filter-duplicate-attributes record))
               ;; If there were duplicate attributes reverse the order of the




reply via email to

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