diff options
Diffstat (limited to 'lisp/net/tramp-sudoedit.el')
| -rw-r--r-- | lisp/net/tramp-sudoedit.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/net/tramp-sudoedit.el b/lisp/net/tramp-sudoedit.el index a68d4b3e365..7fbe5412709 100644 --- a/lisp/net/tramp-sudoedit.el +++ b/lisp/net/tramp-sudoedit.el | |||
| @@ -572,8 +572,7 @@ the result will be a local, non-Tramp, file name." | |||
| 572 | (when (file-remote-p result) | 572 | (when (file-remote-p result) |
| 573 | (setq result (tramp-compat-file-name-quote result 'top))) | 573 | (setq result (tramp-compat-file-name-quote result 'top))) |
| 574 | (tramp-message v 4 "True name of `%s' is `%s'" localname result) | 574 | (tramp-message v 4 "True name of `%s' is `%s'" localname result) |
| 575 | result)) | 575 | result))))))) |
| 576 | 'nohop))))) | ||
| 577 | 576 | ||
| 578 | (defun tramp-sudoedit-handle-file-writable-p (filename) | 577 | (defun tramp-sudoedit-handle-file-writable-p (filename) |
| 579 | "Like `file-writable-p' for Tramp files." | 578 | "Like `file-writable-p' for Tramp files." |