emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nndb.el requires tcp


From: Simon Josefsson
Subject: Re: nndb.el requires tcp
Date: Fri, 10 Sep 2004 12:50:18 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

"Eli Zaretskii" <address@hidden> writes:

> lisp/gnus/nndb.el has this fragment near line 60:
>
>     (eval-and-compile
>       (unless (fboundp 'open-network-stream)
>       (require 'tcp)))
>
> What is the reason for the conditional requrement, and what is the tcp
> package it wants?
>
> The reason I ask is that open-network-stream is not fboundp in the
> MS-DOS port, so nndb.el cannot be byte-compiled, since the tcp package
> is not there as well.

tcp.el was part of Emacs.  I've removed the expression from nndb.el in
Gnus CVS, thanks.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]