From: yamaoka Date: Thu, 18 Mar 2004 23:31:07 +0000 (+0000) Subject: Synch to No Gnus 200403182256. X-Git-Tag: t-gnus-6_17_4-quimby-~1007 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=65cbdf572d16d1b9b0ba6a181dc71c441009ea6d;p=elisp%2Fgnus.git- Synch to No Gnus 200403182256. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 22711c4..df96ea2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-03-19 Steve Youngs + + * dns.el: Don't require gnus-xmas. + 2004-03-17 Jesper Harder * mml.el (mml-generate-mime-1): Don't use format=flowed with diff --git a/lisp/dns.el b/lisp/dns.el index 3f3d1bd..19ab3ba 100644 --- a/lisp/dns.el +++ b/lisp/dns.el @@ -301,10 +301,6 @@ If TCP-P, the first two bytes of the package with be the length field." (setq dns-servers (nreverse dns-servers))))) ;;; Interface functions. -(eval-when-compile - (when (featurep 'xemacs) - (require 'gnus-xmas))) - (defmacro dns-make-network-process (server) (if (featurep 'xemacs) `(let ((coding-system-for-read 'binary)