diff options
Diffstat (limited to 'lisp/shadowfile.el')
| -rw-r--r-- | lisp/shadowfile.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/shadowfile.el b/lisp/shadowfile.el index 6340c9f1d61..8d9b80bd067 100644 --- a/lisp/shadowfile.el +++ b/lisp/shadowfile.el | |||
| @@ -417,7 +417,8 @@ filename expansion or contraction, you must do that yourself first." | |||
| 417 | (tramp-file-name-localname file-sup)) | 417 | (tramp-file-name-localname file-sup)) |
| 418 | (string-equal | 418 | (string-equal |
| 419 | (tramp-file-name-localname pattern-sup) | 419 | (tramp-file-name-localname pattern-sup) |
| 420 | (tramp-file-name-localname file-sup)))))) | 420 | (tramp-file-name-localname file-sup))) |
| 421 | t))) | ||
| 421 | 422 | ||
| 422 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 423 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 423 | ;;; User-level Commands | 424 | ;;; User-level Commands |