diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/net/tramp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 736c28c4aa8..e300b3a58ed 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -3226,9 +3226,9 @@ User is always nil." | |||
| 3226 | (car x) | 3226 | (car x) |
| 3227 | (if (and (stringp (cdr x)) | 3227 | (if (and (stringp (cdr x)) |
| 3228 | (file-name-absolute-p (cdr x)) | 3228 | (file-name-absolute-p (cdr x)) |
| 3229 | (not (tramp-file-name-p (cdr x)))) | 3229 | (not (tramp-tramp-file-p (cdr x)))) |
| 3230 | (tramp-make-tramp-file-name | 3230 | (tramp-make-tramp-file-name |
| 3231 | method user domain host port (cdr x)) | 3231 | method user domain host port (cdr x) hop) |
| 3232 | (cdr x)))) | 3232 | (cdr x)))) |
| 3233 | tramp-backup-directory-alist) | 3233 | tramp-backup-directory-alist) |
| 3234 | backup-directory-alist))) | 3234 | backup-directory-alist))) |