summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-cmd.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-cmd.el
parent8aa89bc06c608ea71de02c88569b457584d25cea (diff)
downloademacs-fc17acd1f17ca9256010c09541362367c1d37717.tar.gz
Sven Joachim <svenjoac at gmx.de>
For clarity, explicitly require cl.
Diffstat (limited to 'lisp/eshell/esh-cmd.el')
-rw-r--r--lisp/eshell/esh-cmd.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el
index 82677aec8aa..2e47fd718c2 100644
--- a/lisp/eshell/esh-cmd.el
+++ b/lisp/eshell/esh-cmd.el
@@ -109,6 +109,7 @@
(require 'esh-ext)
(eval-when-compile
+ (require 'cl)
(require 'pcomplete))