aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2015-05-27 18:42:33 +0200
committerMichael Albinus2015-05-27 18:42:33 +0200
commit570edf257366990dcbd2a057174495bb0bcebdf5 (patch)
tree13c6f240754d553ae0f0e76cd0535209a6256c14
parentabf082383aca563ff8615f695c9f2accb6ac222d (diff)
downloademacs-570edf257366990dcbd2a057174495bb0bcebdf5.tar.gz
emacs-570edf257366990dcbd2a057174495bb0bcebdf5.zip
Fix typo in commit 3953c4be2816537be95520605d45b866dc731f4b
-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."
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