From: Dave Love Date: Mon, 8 May 2000 17:50:11 +0000 (+0000) Subject: (pop3-open-server): Fix creating name of trace buffer. X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=7a69da552c9fd392bd0d9756a2ff1264d182dc82;p=gnus (pop3-open-server): Fix creating name of trace buffer. --- diff --git a/lisp/pop3.el b/lisp/pop3.el index ca6476a09..02630b5ed 100644 --- a/lisp/pop3.el +++ b/lisp/pop3.el @@ -119,7 +119,7 @@ Returns the process associated with the connection." (coding-system-for-write 'binary) process) (save-excursion - (set-buffer (get-buffer-create (concat " trace of POP session to %s" + (set-buffer (get-buffer-create (concat " trace of POP session to " mailhost))) (erase-buffer) (setq pop3-read-point (point-min))