1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-08 00:33:13 -08:00

* lisp/net/tramp.el: Require trampver here instead of...

* lisp/net/tramp-compat.el: ... there.
This commit is contained in:
Stefan Monnier 2018-01-24 14:49:39 -05:00
parent 686c83a473
commit bb2364205e
2 changed files with 1 additions and 1 deletions

View file

@ -40,7 +40,6 @@
(require 'timer)
(require 'ucs-normalize)
(require 'trampver)
(require 'tramp-loaddefs)
;; For not existing functions, obsolete functions, or functions with a

View file

@ -56,6 +56,7 @@
;;; Code:
(require 'tramp-compat)
(require 'trampver)
;; Pacify byte-compiler.
(require 'cl-lib)