emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/tls.el,v


From: Simon Josefsson
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tls.el,v
Date: Mon, 05 Nov 2007 15:04:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Simon Josefsson <jas>   07/11/05 15:04:15

Index: tls.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/tls.el,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- tls.el      5 Nov 2007 10:26:16 -0000       1.22
+++ tls.el      5 Nov 2007 15:04:15 -0000       1.23
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]