aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorTassilo Horn2013-06-03 20:12:51 +0200
committerTassilo Horn2013-06-03 20:12:51 +0200
commit068922a2973033ea826b458a17f3e06cf6b44299 (patch)
tree10b0c5ff53345309e4f269cbf4aed43b71611621 /lisp/eshell
parente2d8a6f0a229b4ebe26484b892ec4f14888f58b6 (diff)
downloademacs-068922a2973033ea826b458a17f3e06cf6b44299.tar.gz
emacs-068922a2973033ea826b458a17f3e06cf6b44299.zip
* eshell/em-term.el (cl-lib): Require `cl-lib'.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/em-term.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el
index 0501544789d..f30aad305e4 100644
--- a/lisp/eshell/em-term.el
+++ b/lisp/eshell/em-term.el
@@ -31,6 +31,7 @@
31 31
32;;; Code: 32;;; Code:
33 33
34(require 'cl-lib)
34(require 'esh-util) 35(require 'esh-util)
35(require 'esh-ext) 36(require 'esh-ext)
36(eval-when-compile (require 'eshell)) 37(eval-when-compile (require 'eshell))