]> 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 9b7ce5c89b46527b211cc9a2069a81ef18f069fe..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
 
@@ -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))