From 7f41571acaa0474ba66b302985cca11651903806 Mon Sep 17 00:00:00 2001 From: Kai Grossjohann Date: Thu, 12 Dec 2002 16:40:18 +0000 Subject: [PATCH] (nntp-with-open-group-first-pass): Do not wrap in eval-when-compile. Suggested by Kevin Greiner. --- lisp/ChangeLog | 5 +++++ lisp/nntp.el | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e3ec54748..fb713af4d 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 a7cf44e9a..46aaad735 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -517,8 +517,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 -- 2.25.1