summaryrefslogtreecommitdiff
path: root/lisp/net
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2015-05-27 18:42:33 +0200
committerMichael Albinus <michael.albinus@gmx.de>2015-05-27 18:42:33 +0200
commit570edf257366990dcbd2a057174495bb0bcebdf5 (patch)
tree13c6f240754d553ae0f0e76cd0535209a6256c14 /lisp/net
parentabf082383aca563ff8615f695c9f2accb6ac222d (diff)
downloademacs-570edf257366990dcbd2a057174495bb0bcebdf5.tar.gz
Fix typo in commit 3953c4be2816537be95520605d45b866dc731f4b
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/tramp.el2
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."
;; 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)))))