]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last commit.
authorSimon Josefsson <jas@extundo.com>
Mon, 5 Nov 2007 15:04:15 +0000 (15:04 +0000)
committerSimon Josefsson <jas@extundo.com>
Mon, 5 Nov 2007 15:04:15 +0000 (15:04 +0000)
lisp/net/tls.el

index b263081fe163d0770e8600a78bc94319a35cb47a..d6a40be6213f7e31e3b36ac3f73866960f80e3fe 100644 (file)
@@ -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.