# HG changeset patch # User Simon Josefsson # Date 1194275055 0 # Node ID 4800f9022c9330e6874cadca9cfaa6710948b0f2 # Parent 1c3b6d4d6bfd369afcaf4587d0238abff2a325d4 Fix last commit. diff -r 1c3b6d4d6bfd -r 4800f9022c93 lisp/net/tls.el --- a/lisp/net/tls.el Mon Nov 05 11:51:33 2007 +0000 +++ b/lisp/net/tls.el Mon Nov 05 15:04:15 2007 +0000 @@ -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.