From: yamaoka Date: Thu, 12 Dec 2002 23:36:35 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_10-00-quimby~33 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=33d38ea0480cfb4f3acc2cbc6c203f30811034de;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e3ec547..fb713af 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-12-12 Kai Gro,A_(Bjohann + + * nntp.el (nntp-with-open-group-first-pass): Do not wrap in + eval-when-compile. Suggested by Kevin Greiner. + 2002-12-13 Kevin Greiner * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom. diff --git a/lisp/nntp.el b/lisp/nntp.el index ad1474a..8af722a 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -552,8 +552,7 @@ noticing asynchronous data.") (t nil))) -(eval-when-compile - (defvar nntp-with-open-group-first-pass nil)) +(defvar nntp-with-open-group-first-pass nil) (defmacro nntp-with-open-group (group server &optional connectionless &rest forms) "Protect against servers that don't like clients that keep idle connections opens. The problem