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..f0e3cb632bb 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -4040,8 +4040,6 @@ this file, if that variable is non-nil." | |||
| 4040 | (prog1 | 4040 | (prog1 |
| 4041 | (tramp-run-real-handler 'make-auto-save-file-name nil) | 4041 | (tramp-run-real-handler 'make-auto-save-file-name nil) |
| 4042 | (ad-activate 'make-auto-save-file-name))))) | 4042 | (ad-activate 'make-auto-save-file-name))))) |
| 4043 | (tramp-run-real-handler 'make-auto-save-file-name nil) | ||
| 4044 | (ad-activate 'make-auto-save-file-name))))) | ||
| 4045 | 4043 | ||
| 4046 | (unless (tramp-exists-file-name-handler 'make-auto-save-file-name) | 4044 | (unless (tramp-exists-file-name-handler 'make-auto-save-file-name) |
| 4047 | (defadvice make-auto-save-file-name | 4045 | (defadvice make-auto-save-file-name |