diff options
Diffstat (limited to 'lisp/url')
| -rw-r--r-- | lisp/url/url-gw.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el index bcb67431aa8..f16fc234025 100644 --- a/lisp/url/url-gw.el +++ b/lisp/url/url-gw.el | |||
| @@ -191,7 +191,7 @@ linked Emacs under SunOS 4.x." | |||
| 191 | proc (concat (mapconcat 'identity | 191 | proc (concat (mapconcat 'identity |
| 192 | (append url-gateway-telnet-parameters | 192 | (append url-gateway-telnet-parameters |
| 193 | (list host service)) " ") "\n")) | 193 | (list host service)) " ") "\n")) |
| 194 | (url-wait-for-string "^\r*Escape character.*\r*\n+" proc) | 194 | (url-wait-for-string "^\r*Escape character.*\n+" proc) |
| 195 | (delete-region (point-min) (match-end 0)) | 195 | (delete-region (point-min) (match-end 0)) |
| 196 | (process-send-string proc "\^]\n") | 196 | (process-send-string proc "\^]\n") |
| 197 | (url-wait-for-string "^telnet" proc) | 197 | (url-wait-for-string "^telnet" proc) |