emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 570edf2 1/2: Fix typo in commit 3953c4be2816537be95


From: Michael Albinus
Subject: [Emacs-diffs] master 570edf2 1/2: Fix typo in commit 3953c4be2816537be95520605d45b866dc731f4b
Date: Wed, 27 May 2015 16:50:11 +0000

branch: master
commit 570edf257366990dcbd2a057174495bb0bcebdf5
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Fix typo in commit 3953c4be2816537be95520605d45b866dc731f4b
---
 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 0b95fcc..1614425 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)))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]