diff options
| author | Simon Josefsson | 2007-11-09 13:06:05 +0000 |
|---|---|---|
| committer | Simon Josefsson | 2007-11-09 13:06:05 +0000 |
| commit | 7b63c0738cd7b7c457b97c4e732d78ce09cc3882 (patch) | |
| tree | f7c7d7139af66f5c2ea3b80dfa2c4daf1b94fbea /lisp | |
| parent | 3280c5c54f1290ffbfbec94c670a60c6e6c68b47 (diff) | |
| download | emacs-7b63c0738cd7b7c457b97c4e732d78ce09cc3882.tar.gz emacs-7b63c0738cd7b7c457b97c4e732d78ce09cc3882.zip | |
Fix last commit.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/net/tls.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 69 | "^- Simple Client Mode:\n" | 69 | "^- Simple Client Mode:\n" |
| 70 | "\\(\n\\|" ; ignore blank lines | 70 | "\\(\n\\|" ; ignore blank lines |
| 71 | ;; According to GnuTLS v2.1.5 src/cli.c lines 640-650 and 705-715 | 71 | ;; According to GnuTLS v2.1.5 src/cli.c lines 640-650 and 705-715 |
| 72 | ;; in main() the handshake will start after this message. If the | 72 | ;; in `main' the handshake will start after this message. If the |
| 73 | ;; handshake fails, the programs will abort. | 73 | ;; handshake fails, the programs will abort. |
| 74 | "^\\*\\*\\* Starting TLS handshake\n\\)*" | 74 | "^\\*\\*\\* Starting TLS handshake\n\\)*" |
| 75 | "\\)") | 75 | "\\)") |