From 65cbdf572d16d1b9b0ba6a181dc71c441009ea6d Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 18 Mar 2004 23:31:07 +0000 Subject: [PATCH] Synch to No Gnus 200403182256. --- lisp/ChangeLog | 4 ++++ lisp/dns.el | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) 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) -- 1.7.10.4