emacs-devel
[Top][All Lists]
Advanced

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

nndb.el requires tcp


From: Eli Zaretskii
Subject: nndb.el requires tcp
Date: Fri, 10 Sep 2004 13:25:57 +0300

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.




reply via email to

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