]> code.delx.au - gnu-emacs/blobdiff - lisp/url/url-ldap.el
(ido-enable-prefix): Improve previous doc fix.
[gnu-emacs] / lisp / url / url-ldap.el
index 55f36a4155fc709ad531b275299b1d09653f5fc8..64471bae5b17c3c04bdb9a301951e57e7c60d7bf 100644 (file)
@@ -1,5 +1,6 @@
 ;;; url-ldap.el --- LDAP Uniform Resource Locator retrieval code
-;; Copyright (c) 1998, 1999, 2004, 2005 Free Software Foundation, Inc.
+
+;; Copyright (C) 1998, 1999, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes
 
@@ -17,8 +18,8 @@
 ;;
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
@@ -189,7 +190,7 @@ URL can be a URL string, or a URL vector of the type returned by
 
        (setq binddn (cdr-safe (or (assoc "bindname" extensions)
                                   (assoc "!bindname" extensions))))
-    
+
        ;; Now, let's actually do something with it.
        (setq results (cdr (ldap-search-internal
                       (list 'host (concat host ":" (number-to-string port))