]> git.eshelyaron.com Git - emacs.git/commitdiff
(eudc-ldap-simple-query-internal): Use mapc rather than mapcar.
authorGlenn Morris <rgm@gnu.org>
Sat, 13 Oct 2007 03:02:15 +0000 (03:02 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 13 Oct 2007 03:02:15 +0000 (03:02 +0000)
lisp/net/eudcb-ldap.el

index c484c590abff639704bd268aad70b8cbb47598e3..f286fe761c95a1144d4945594a37632019bcd8d9 100644 (file)
@@ -130,7 +130,7 @@ RETURN-ATTRS is a list of attributes to return, defaulting to
        (setq result (eudc-filter-partial-records result return-attrs)))
     ;; Apply eudc-duplicate-attribute-handling-method
     (if (not (eq 'list eudc-duplicate-attribute-handling-method))
-       (mapcar
+       (mapc
         (function (lambda (record)
                     (setq final-result
                           (append (eudc-filter-duplicate-attributes record)