comparison src/eldap.c @ 849:503b6a57cf47

[xemacs-hg @ 2002-05-21 10:29:07 by stephent] revert-buffer docs, eldap.c <87hel1er8q.fsf@tleepslib.sk.tsukuba.ac.jp> <87d6vper2g.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 21 May 2002 10:29:15 +0000
parents a5954632b187
children 804517e16990
comparison
equal deleted inserted replaced
848:0cb55b2a2c66 849:503b6a57cf47
111 if (print_readably) 111 if (print_readably)
112 printing_unreadable_object ("#<ldap %s>", XSTRING_DATA (ldap->host)); 112 printing_unreadable_object ("#<ldap %s>", XSTRING_DATA (ldap->host));
113 113
114 write_fmt_string_lisp (printcharfun, "#<ldap %S", 1, ldap->host); 114 write_fmt_string_lisp (printcharfun, "#<ldap %S", 1, ldap->host);
115 if (!ldap->ld) 115 if (!ldap->ld)
116 write_c_string ("(dead) ",printcharfun); 116 write_c_string (printcharfun,"(dead) ");
117 write_fmt_string (printcharfun, " 0x%lx>", (long)ldap); 117 write_fmt_string (printcharfun, " 0x%lx>", (long)ldap);
118 } 118 }
119 119
120 static Lisp_LDAP * 120 static Lisp_LDAP *
121 allocate_ldap (void) 121 allocate_ldap (void)