]> code.delx.au - gnu-emacs/blobdiff - lisp/net/eudcb-ldap.el
Merge from emacs--rel--22
[gnu-emacs] / lisp / net / eudcb-ldap.el
index 93f7c24d0778e16c767aaf1e3130bcd34a759036..e2d393f711a2ba40d36d58314d3974109a76bdac 100644 (file)
@@ -1,7 +1,7 @@
 ;;; eudcb-ldap.el --- Emacs Unified Directory Client - LDAP Backend
 
-;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004,
-;;   2005 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Oscar Figueiredo <oscar@cpe.fr>
 ;; Maintainer: Pavel Janík <Pavel@Janik.cz>
@@ -11,7 +11,7 @@
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 2, or (at your option)
+;; the Free Software Foundation; either version 3, or (at your option)
 ;; any later version.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
@@ -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)