changeset 15372:abcc218dcbbc

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Jun 1996 15:53:37 +0000
parents 3ae004565765
children 76072cbcae84
files lisp/mail/smtpmail.el
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/smtpmail.el	Sun Jun 09 20:52:47 1996 +0000
+++ b/lisp/mail/smtpmail.el	Mon Jun 10 15:53:37 1996 +0000
@@ -284,14 +284,12 @@
 	    (delete-process process))))))
 
 
-;; check completely by T.Kagatani 
 (defun smtpmail-process-filter (process output)
   (save-excursion
     (set-buffer (process-buffer process))
     (goto-char (point-max))
     (insert output)))
 
-;; check completely by T.Kagatani 
 (defun smtpmail-read-response (process)
   (let ((case-fold-search nil)
 	(response-string nil)
@@ -342,7 +340,6 @@
     return-value))
 
 
-;; check completely by T.Kagatani 
 (defun smtpmail-send-command (process command)
   (goto-char (point-max))
   (if (= (aref command 0) ?P)
@@ -352,7 +349,6 @@
   (process-send-string process command)
   (process-send-string process "\r\n"))
 
-;; check completely by T.Kagatani 
 (defun smtpmail-send-data-1 (process data)
   (goto-char (point-max))