summaryrefslogtreecommitdiff
path: root/lisp/url/url-ldap.el
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2005-08-06 15:55:38 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2005-08-06 15:55:38 +0000
commit71ddfde5a548ac9a56b3652c4c8c1dd4f3fce1ce (patch)
tree6f559c2614bd75d22a658ef6b67d1ef7dc53c9b4 /lisp/url/url-ldap.el
parent97beadbd1f109740f91e5d078c3fab64de028121 (diff)
downloademacs-71ddfde5a548ac9a56b3652c4c8c1dd4f3fce1ce.tar.gz
Update years in copyright notice; nfc.
Diffstat (limited to 'lisp/url/url-ldap.el')
-rw-r--r--lisp/url/url-ldap.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/url/url-ldap.el b/lisp/url/url-ldap.el
index 9b7ce5c89b4..ce7b7a9bab1 100644
--- a/lisp/url/url-ldap.el
+++ b/lisp/url/url-ldap.el
@@ -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 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))