diff lisp/gnus/pop3.el @ 91239:2fcaae6177a5

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
author Miles Bader <miles@gnu.org>
date Sun, 16 Dec 2007 05:08:49 +0000
parents 53108e6cea98 9c91533a901a
children 606f2d163a64
line wrap: on
line diff
--- a/lisp/gnus/pop3.el	Fri Dec 14 12:53:04 2007 +0000
+++ b/lisp/gnus/pop3.el	Sun Dec 16 05:08:49 2007 +0000
@@ -314,7 +314,7 @@
       (setq match-end (point))
       (goto-char pop3-read-point)
       (if (looking-at "-ERR")
-	  (error (buffer-substring (point) (- match-end 2)))
+	  (error "%s" (buffer-substring (point) (- match-end 2)))
 	(if (not (looking-at "+OK"))
 	    (progn (setq pop3-read-point match-end) nil)
 	  (setq pop3-read-point match-end)