emacs-devel
[Top][All Lists]
Advanced

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

Re: nndb.el requires tcp


From: Eli Zaretskii
Subject: Re: nndb.el requires tcp
Date: Fri, 10 Sep 2004 14:31:51 +0300

> From: Simon Josefsson <address@hidden>
> Date: Fri, 10 Sep 2004 12:50:18 +0200
> 
> "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.

Should I remove the entire eval-and-compile expression in the Emacs
CVS?




reply via email to

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