diff options
Diffstat (limited to 'lisp/net/rcompile.el')
-rw-r--r-- | lisp/net/rcompile.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/net/rcompile.el b/lisp/net/rcompile.el index 0a5b2c82ab8..52c2a20f5c2 100644 --- a/lisp/net/rcompile.el +++ b/lisp/net/rcompile.el @@ -188,8 +188,7 @@ See \\[compile]." (when (featurep 'tramp) (set (make-local-variable 'comint-file-name-prefix) (funcall (symbol-function 'tramp-make-tramp-file-name) - nil ;; multi-method. To be removed with Tramp 2.1. - nil + nil ;; method. remote-compile-user remote-compile-host "")))))) |