Improve Tramp backward compatibility
* lisp/net/tramp-compat.el: (tramp-unload-file-name-handlers): Declare it, for backward compatibility.
This commit is contained in:
parent
969b561972
commit
1d2b386ec4
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue