This commit was generated by cvs2svn to compensate for changes in r50, which
[chise/xemacs-chise.git.1] / lisp / ldap.el
index 7a06c6a..2e01edb 100644 (file)
@@ -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