summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-io.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-10-08 07:42:58 +0000
committerGlenn Morris <rgm@gnu.org>2008-10-08 07:42:58 +0000
commitfc17acd1f17ca9256010c09541362367c1d37717 (patch)
treeac3463742a5b08f91770ab91c8f35966f22ef0a7 /lisp/eshell/esh-io.el
parent8aa89bc06c608ea71de02c88569b457584d25cea (diff)
downloademacs-fc17acd1f17ca9256010c09541362367c1d37717.tar.gz
Sven Joachim <svenjoac at gmx.de>
For clarity, explicitly require cl.
Diffstat (limited to 'lisp/eshell/esh-io.el')
-rw-r--r--lisp/eshell/esh-io.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el
index 052301013c2..205207c8394 100644
--- a/lisp/eshell/esh-io.el
+++ b/lisp/eshell/esh-io.el
@@ -57,7 +57,9 @@
(provide 'esh-io)
-(eval-when-compile (require 'eshell))
+(eval-when-compile
+ (require 'cl)
+ (require 'eshell))
(defgroup eshell-io nil
"Eshell's I/O management code provides a scheme for treating many