From: Simon Josefsson Date: Mon, 5 Nov 2007 15:04:15 +0000 (+0000) Subject: Fix last commit. X-Git-Tag: emacs-pretest-23.0.90~9861 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbcd6179d3f77e5e510fcdce7917ab556399cf0c;p=emacs.git Fix last commit. --- diff --git a/lisp/net/tls.el b/lisp/net/tls.el index b263081fe16..d6a40be6213 100644 --- a/lisp/net/tls.el +++ b/lisp/net/tls.el @@ -65,9 +65,9 @@ ;; `gnutls' regexp. See src/cli.c lines 721-. "^- Simple Client Mode:\n" "\\(\n\\|" ; ignore blank lines - ;; According to src/cli.c lines 640-650 and 705-715 the handshake - ;; will start after this message. If the handshake fails, the - ;; programs will abort. + ;; According to src/cli.c (in v2.1.5) lines 640-650 and 705-715 the + ;; handshake will start after this message. If the handshake + ;; fails, the programs will abort. "^\\*\\*\\* Starting TLS handshake\n\\)*" "\\)") "Regexp matching end of TLS client informational messages.