(pop3-open-server): Fix creating name of trace buffer.
authorDave Love <fx@gnu.org>
Mon, 8 May 2000 17:50:11 +0000 (17:50 +0000)
committerDave Love <fx@gnu.org>
Mon, 8 May 2000 17:50:11 +0000 (17:50 +0000)
lisp/pop3.el

index ca6476a..02630b5 100644 (file)
@@ -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))