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:
parent
686c83a473
commit
bb2364205e
2 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,6 @@
|
|||
(require 'timer)
|
||||
(require 'ucs-normalize)
|
||||
|
||||
(require 'trampver)
|
||||
(require 'tramp-loaddefs)
|
||||
|
||||
;; For not existing functions, obsolete functions, or functions with a
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
;;; Code:
|
||||
|
||||
(require 'tramp-compat)
|
||||
(require 'trampver)
|
||||
|
||||
;; Pacify byte-compiler.
|
||||
(require 'cl-lib)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue