diff options
Diffstat (limited to 'lisp/ffap.el')
| -rw-r--r-- | lisp/ffap.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el index 0769469cbf2..70096248e19 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el | |||
| @@ -459,7 +459,8 @@ Returned values: | |||
| 459 | (let ((mesg (car (cdr error)))) | 459 | (let ((mesg (car (cdr error)))) |
| 460 | (cond | 460 | (cond |
| 461 | ;; v18: | 461 | ;; v18: |
| 462 | ((string-match "^Unknown host" mesg) nil) | 462 | ((string-match "\\(^Unknown host\\|Name or service not known$\\)" |
| 463 | mesg) nil) | ||
| 463 | ((string-match "not responding$" mesg) mesg) | 464 | ((string-match "not responding$" mesg) mesg) |
| 464 | ;; v19: | 465 | ;; v19: |
| 465 | ;; (file-error "connection failed" "permission denied" | 466 | ;; (file-error "connection failed" "permission denied" |