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:
parent
d090be1461
commit
401b4c4015
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue