Mercurial > hg > xemacs-beta
diff src/eldap.c @ 990:4700aface1ab
[xemacs-hg @ 2002-09-03 02:32:09 by james]
Fix #endif comment. Change Fldap_status to Fldap_live_p to match Lisp name.
author | james |
---|---|
date | Tue, 03 Sep 2002 02:32:12 +0000 |
parents | d7603d225813 |
children |
line wrap: on
line diff
--- a/src/eldap.c Mon Sep 02 06:40:15 2002 +0000 +++ b/src/eldap.c Tue Sep 03 02:32:12 2002 +0000 @@ -103,7 +103,7 @@ { XD_LISP_OBJECT, offsetof (struct Lisp_LDAP, host) }, { XD_END } }; -#endif USE_KKCC +#endif /* USE_KKCC */ static Lisp_Object mark_ldap (Lisp_Object obj) @@ -183,7 +183,7 @@ return (XLDAP (ldap))->host; } -DEFUN ("ldap-live-p", Fldap_status, 1, 1, 0, /* +DEFUN ("ldap-live-p", Fldap_live_p, 1, 1, 0, /* Return t if LDAP is an active LDAP connection. */ (ldap)) @@ -825,7 +825,7 @@ DEFSUBR (Fldapp); DEFSUBR (Fldap_host); - DEFSUBR (Fldap_status); + DEFSUBR (Fldap_live_p); DEFSUBR (Fldap_open); DEFSUBR (Fldap_close); DEFSUBR (Fldap_search_basic);