Improve Tramp backward compatibility

* lisp/net/tramp-compat.el: (tramp-unload-file-name-handlers):
Declare it, for backward compatibility.
This commit is contained in:
Michael Albinus 2018-10-22 09:05:48 +02:00
parent 969b561972
commit 1d2b386ec4

View file

@ -29,6 +29,11 @@
;;; Code:
;; In Emacs 24 and 25, `tramp-unload-file-name-handlers' is not
;; autoloaded. So we declare it here in order to avoid recursive
;; load. This will be overwritten in tramp.el.
(defun tramp-unload-file-name-handlers ())
(require 'auth-source)
(require 'advice)
(require 'cl-lib)