1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 13:40:36 -08:00

; * lisp/net/tramp.el (tramp-handle-make-auto-save-file-name): Fix previous.

This commit is contained in:
Glenn Morris 2015-05-27 08:57:39 -07:00
parent d090be1461
commit 401b4c4015

View file

@ -4040,8 +4040,6 @@ this file, if that variable is non-nil."
(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)))))
(unless (tramp-exists-file-name-handler 'make-auto-save-file-name)
(defadvice make-auto-save-file-name