From 2f25eae17e6cc11e675a0f938ccb1694ce9c2fd4 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 28 Feb 2018 14:35:56 -0500 Subject: [PATCH] Quieten eshell compilation * lisp/eshell/em-tramp.el: Require esh-cmd. * lisp/eshell/esh-ext.el: Requie esh-io at runtime too. --- lisp/eshell/em-tramp.el | 1 + lisp/eshell/esh-ext.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/eshell/em-tramp.el b/lisp/eshell/em-tramp.el index c45453bf288..004c4954908 100644 --- a/lisp/eshell/em-tramp.el +++ b/lisp/eshell/em-tramp.el @@ -26,6 +26,7 @@ ;;; Code: (require 'esh-util) +(require 'esh-cmd) (eval-when-compile (require 'esh-mode) diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el index 1bfab23c220..ba5182deb45 100644 --- a/lisp/eshell/esh-ext.el +++ b/lisp/eshell/esh-ext.el @@ -37,8 +37,8 @@ (eval-when-compile (require 'cl-lib) - (require 'esh-io) (require 'esh-cmd)) +(require 'esh-io) (require 'esh-arg) (require 'esh-opt) (require 'esh-proc) -- 2.39.5