From: Glenn Morris Date: Sat, 13 Oct 2007 03:02:15 +0000 (+0000) Subject: (eudc-ldap-simple-query-internal): Use mapc rather than mapcar. X-Git-Tag: emacs-pretest-23.0.90~10372 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fdad1919b9b25c7e19fe6d22e7947634254a4046;p=emacs.git (eudc-ldap-simple-query-internal): Use mapc rather than mapcar. --- diff --git a/lisp/net/eudcb-ldap.el b/lisp/net/eudcb-ldap.el index c484c590abf..f286fe761c9 100644 --- a/lisp/net/eudcb-ldap.el +++ b/lisp/net/eudcb-ldap.el @@ -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)