Mercurial > hg > xemacs-beta
diff lisp/ldap.el @ 388:aabb7f5b1c81 r21-2-9
Import from CVS: tag r21-2-9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:09:42 +0200 |
parents | bbff43aa5eb7 |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/lisp/ldap.el Mon Aug 13 11:08:51 2007 +0200 +++ b/lisp/ldap.el Mon Aug 13 11:09:42 2007 +0200 @@ -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 @@ (plist-get host-plist 'scope) attributes attrsonly) (ldap-close ldap)))) + +(provide 'ldap) ;;; ldap.el ends here