]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tramp.el: Require trampver here instead of...
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 24 Jan 2018 19:49:39 +0000 (14:49 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 24 Jan 2018 19:49:39 +0000 (14:49 -0500)
* lisp/net/tramp-compat.el: ... there.

lisp/net/tramp-compat.el
lisp/net/tramp.el

index 16b56d74ce50fd77c76e0493accdb1d9cc366b62..4f564e6eb5cbe6e5446ca6b3d2be37b7670623c4 100644 (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
index d92d63c67b0f0d1b3f100e16c6919496eadcfa71..5a2e358daa1b8e443eb22193f4eca30f719ad83d 100644 (file)
@@ -56,6 +56,7 @@
 ;;; Code:
 
 (require 'tramp-compat)
+(require 'trampver)
 
 ;; Pacify byte-compiler.
 (require 'cl-lib)