From bd2e60e5e73c0972a32809b9db536c53e05c9ab2 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 15 Mar 2004 14:59:07 +0000 Subject: [PATCH] Synch to No Gnus 200403151457. --- lisp/ChangeLog | 3 +++ lisp/gnus-agent.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bafb8ac..f4ea126 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2004-03-15 Katsumi Yamaoka + * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to + error. + * gnus-sum.el (gnus-read-header): Don't remove a header for the parent article of a sparse article in the thread hashtb. From Stefan Wiens . diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el index 5fd0910..bafe462 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -1758,7 +1758,7 @@ FILE and places the combined headers into `nntp-server-buffer'." (cond ((< version 2) - (error "gnus-agent-read-agentview no longer supports version %d. Stop gnus, manually evaluate gnus-agent-convert-to-compressed-agentview, then restart gnus.")) + (error "gnus-agent-read-agentview no longer supports version %d. Stop gnus, manually evaluate gnus-agent-convert-to-compressed-agentview, then restart gnus." version)) ((= version 0) (let ((inhibit-quit t) entry) -- 1.7.10.4