aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/tramp-compat.el1
-rw-r--r--lisp/net/tramp.el1
2 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-compat.el b/lisp/net/tramp-compat.el
index 16b56d74ce5..4f564e6eb5c 100644
--- a/lisp/net/tramp-compat.el
+++ b/lisp/net/tramp-compat.el
@@ -40,7 +40,6 @@
40(require 'timer) 40(require 'timer)
41(require 'ucs-normalize) 41(require 'ucs-normalize)
42 42
43(require 'trampver)
44(require 'tramp-loaddefs) 43(require 'tramp-loaddefs)
45 44
46;; For not existing functions, obsolete functions, or functions with a 45;; For not existing functions, obsolete functions, or functions with a
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index d92d63c67b0..5a2e358daa1 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -56,6 +56,7 @@
56;;; Code: 56;;; Code:
57 57
58(require 'tramp-compat) 58(require 'tramp-compat)
59(require 'trampver)
59 60
60;; Pacify byte-compiler. 61;; Pacify byte-compiler.
61(require 'cl-lib) 62(require 'cl-lib)