Mercurial > emacs
changeset 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 | 716b4c75ab5f |
children | 631c2c083474 |
files | lisp/net/eudcb-ldap.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)