Synch to No Gnus 200403151457.
authoryamaoka <yamaoka>
Mon, 15 Mar 2004 14:59:07 +0000 (14:59 +0000)
committeryamaoka <yamaoka>
Mon, 15 Mar 2004 14:59:07 +0000 (14:59 +0000)
lisp/ChangeLog
lisp/gnus-agent.el

index bafb8ac..f4ea126 100644 (file)
@@ -1,5 +1,8 @@
 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+       * 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 <s.wi@gmx.net>.
index 5fd0910..bafe462 100644 (file)
@@ -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)