From: Michael Albinus Date: Wed, 27 May 2015 16:42:33 +0000 (+0200) Subject: Fix typo in commit 3953c4be2816537be95520605d45b866dc731f4b X-Git-Tag: emacs-25.0.90~1957 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=570edf257366990dcbd2a057174495bb0bcebdf5;p=emacs.git Fix typo in commit 3953c4be2816537be95520605d45b866dc731f4b --- 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." ;; else (ad-deactivate 'make-auto-save-file-name) (prog1 - (tramp-run-real-handler 'make-auto-save-file-name nil) - (ad-activate 'make-auto-save-file-name))))) (tramp-run-real-handler 'make-auto-save-file-name nil) (ad-activate 'make-auto-save-file-name)))))