diff lisp/net/eudcb-ldap.el @ 85227:d1f4134ad896

(eudc-ldap-simple-query-internal): Use mapc rather than mapcar.
author Glenn Morris <rgm@gnu.org>
date Sat, 13 Oct 2007 03:02:15 +0000
parents 84cf1e2214c5
children 107ccd98fa12 d38543a1c0f9
line wrap: on
line diff
--- a/lisp/net/eudcb-ldap.el	Sat Oct 13 03:01:49 2007 +0000
+++ b/lisp/net/eudcb-ldap.el	Sat Oct 13 03:02:15 2007 +0000
@@ -130,7 +130,7 @@
 	(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)