XEmacs 21.2.9
[chise/xemacs-chise.git.1] / lisp / ldap.el
index 7a06c6a..cad6f4f 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
 ;; Maintainer: Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
 ;; Created: Jan 1998
-;; Version: $Revision: 1.7.2.2 $
+;; Version: $Revision: 1.7.2.3 $
 ;; Keywords: help comm
 
 ;; This file is part of XEmacs
@@ -35,9 +35,6 @@
 
 ;;; Code:
 
-(require 'ldap)
-(require 'custom)
-
 (defgroup ldap nil
   "Lightweight Directory Access Protocol"
   :group 'comm)
@@ -170,5 +167,7 @@ Additional search parameters can be specified through
                                 (plist-get host-plist 'scope)
                                 attributes attrsonly)
       (ldap-close ldap))))
+
+(provide 'ldap)
                
 ;;; ldap.el ends here