From: tomo Date: Wed, 27 Dec 2000 10:28:39 +0000 (+0000) Subject: eliminate duplicated space. X-Git-Tag: flim-1_14-ueno-1~9 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=06da0aea292cc5894a082d794fcd63c7c7be0d36;p=elisp%2Fflim.git eliminate duplicated space. --- 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))