From 3f89df5c3b3d32900608cbd8140e54e09f82fcf3 Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Mon, 12 Jun 2017 10:01:25 +0200 Subject: [PATCH] Add missing 'require' forms to prevent compiler warnings. * lisp/eshell/esh-ext.el (esh-arg, esh-proc): Add missing requirements. --- lisp/eshell/esh-ext.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el index 2a495225dc2..0b292306ff1 100644 --- a/lisp/eshell/esh-ext.el +++ b/lisp/eshell/esh-ext.el @@ -39,7 +39,9 @@ (require 'cl-lib) (require 'esh-io) (require 'esh-cmd)) +(require 'esh-arg) (require 'esh-opt) +(require 'esh-proc) (defgroup eshell-ext nil "External commands are invoked when operating system executables are -- 2.39.2