comparison lisp/ldap.el @ 261:405dd6d1825b r20-5b29

Import from CVS: tag r20-5b29
author cvs
date Mon, 13 Aug 2007 10:23:51 +0200
parents 11cf20601dec
children 6330739388db
comparison
equal deleted inserted replaced
260:052205f7dd5f 261:405dd6d1825b
3 ;; Copyright (C) 1997 Free Software Foundation, Inc. 3 ;; Copyright (C) 1997 Free Software Foundation, Inc.
4 4
5 ;; Author: Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> 5 ;; Author: Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
6 ;; Maintainer: Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> 6 ;; Maintainer: Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
7 ;; Created: Jan 1998 7 ;; Created: Jan 1998
8 ;; Version: $Revision: 1.1 $ 8 ;; Version: $Revision: 1.2 $
9 ;; Keywords: help comm 9 ;; Keywords: help comm
10 10
11 ;; This file is part of XEmacs 11 ;; This file is part of XEmacs
12 12
13 ;; XEmacs is free software; you can redistribute it and/or modify it 13 ;; XEmacs is free software; you can redistribute it and/or modify it
33 ;; LDAP support must have been built into XEmacs. 33 ;; LDAP support must have been built into XEmacs.
34 34
35 35
36 ;;; Code: 36 ;;; Code:
37 37
38 (require 'ldap-internal) 38 (eval-when '(load eval)
39 (require 'ldap-internal))
39 40
40 (defvar ldap-host-parameters-alist nil 41 (defvar ldap-host-parameters-alist nil
41 "An alist describing per host options to use for LDAP transactions 42 "An alist describing per host options to use for LDAP transactions
42 The list has the form ((HOST OPTION OPTION ...) (HOST OPTION OPTION ...)) 43 The list has the form ((HOST OPTION OPTION ...) (HOST OPTION OPTION ...))
43 HOST is the name of an LDAP server. OPTIONs are cons cells describing 44 HOST is the name of an LDAP server. OPTIONs are cons cells describing