diff options
| -rw-r--r-- | lisp/net/tramp.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 0b95fcc1464..1614425c884 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -4038,8 +4038,6 @@ this file, if that variable is non-nil." | |||
| 4038 | ;; else | 4038 | ;; else |
| 4039 | (ad-deactivate 'make-auto-save-file-name) | 4039 | (ad-deactivate 'make-auto-save-file-name) |
| 4040 | (prog1 | 4040 | (prog1 |
| 4041 | (tramp-run-real-handler 'make-auto-save-file-name nil) | ||
| 4042 | (ad-activate 'make-auto-save-file-name))))) | ||
| 4043 | (tramp-run-real-handler 'make-auto-save-file-name nil) | 4041 | (tramp-run-real-handler 'make-auto-save-file-name nil) |
| 4044 | (ad-activate 'make-auto-save-file-name))))) | 4042 | (ad-activate 'make-auto-save-file-name))))) |
| 4045 | 4043 | ||