diff options
Diffstat (limited to 'lisp/net/tramp-cmds.el')
-rw-r--r-- | lisp/net/tramp-cmds.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el index 0118ed7ab4c..0d90382b2d3 100644 --- a/lisp/net/tramp-cmds.el +++ b/lisp/net/tramp-cmds.el @@ -738,6 +738,7 @@ By default this is done using the \"sudo\" Tramp method. YOu can customize `tramp-file-name-with-method' to change this. Interactively, with a prefix argument, prompt for a different method." + ;; (declare (completion tramp-dired-buffer-command-completion-p)) (interactive) (with-tramp-file-name-with-method (find-file (tramp-file-name-with-sudo (dired-get-file-for-visit))))) |