diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2018-01-24 14:49:39 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2018-01-24 14:49:39 -0500 |
commit | bb2364205ea4297d5da72716d982cfe8fdf9a0dc (patch) | |
tree | 9b66daecfbf75e0be46572ff0094f53d5c61673a /lisp | |
parent | 686c83a473e4b235caac018aa0b61a5aad7c6a5b (diff) | |
download | emacs-bb2364205ea4297d5da72716d982cfe8fdf9a0dc.tar.gz |
* lisp/net/tramp.el: Require trampver here instead of...
* lisp/net/tramp-compat.el: ... there.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/tramp-compat.el | 1 | ||||
-rw-r--r-- | lisp/net/tramp.el | 1 |
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 @@ (require 'timer) (require 'ucs-normalize) -(require 'trampver) (require 'tramp-loaddefs) ;; 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 @@ ;;; Code: (require 'tramp-compat) +(require 'trampver) ;; Pacify byte-compiler. (require 'cl-lib) |