From 7a69da552c9fd392bd0d9756a2ff1264d182dc82 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 8 May 2000 17:50:11 +0000 Subject: [PATCH] (pop3-open-server): Fix creating name of trace buffer. --- lisp/pop3.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.25.1