Fix the syntax in the comment.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 27 Nov 2010 16:36:04 +0000 (17:36 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 27 Nov 2010 16:36:04 +0000 (17:36 +0100)
lisp/proto-stream.el

index 0b4e30c..54d1a1c 100644 (file)
@@ -44,7 +44,7 @@
 ;;  (lambda (capabilities)
 ;;    (if (not (string-match "STARTTLS" capabilities))
 ;;        nil
-;;      "1 STARTTLS")))
+;;      "1 STARTTLS\r\n")))
 
 ;;; Code: