From: Simon Josefsson Date: Fri, 9 Nov 2007 13:06:05 +0000 (+0000) Subject: Fix last commit. X-Git-Tag: emacs-pretest-23.0.90~9819 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b63c0738cd7b7c457b97c4e732d78ce09cc3882;p=emacs.git Fix last commit. --- diff --git a/lisp/net/tls.el b/lisp/net/tls.el index c2d9a826157..d5e2de2e51c 100644 --- a/lisp/net/tls.el +++ b/lisp/net/tls.el @@ -69,7 +69,7 @@ "^- Simple Client Mode:\n" "\\(\n\\|" ; ignore blank lines ;; According to GnuTLS v2.1.5 src/cli.c lines 640-650 and 705-715 - ;; in main() the handshake will start after this message. If the + ;; in `main' the handshake will start after this message. If the ;; handshake fails, the programs will abort. "^\\*\\*\\* Starting TLS handshake\n\\)*" "\\)")