From 06da0aea292cc5894a082d794fcd63c7c7be0d36 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 27 Dec 2000 10:28:39 +0000 Subject: [PATCH] eliminate duplicated space. --- smtp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtp.el b/smtp.el index cf8503c..4265bbd 100644 --- a/smtp.el +++ b/smtp.el @@ -237,7 +237,7 @@ BUFFER is the buffer to associate with the connection. SERVER is name of the host to connect to. SERVICE is name of the service desired." (let ((process (binary-funcall smtp-open-connection-function - "SMTP" buffer server service)) + "SMTP" buffer server service)) connection) (when process (setq connection (smtp-make-connection process server service)) -- 1.7.10.4