]> code.delx.au - gnu-emacs/commitdiff
* eshell/em-term.el (cl-lib): Require `cl-lib'.
authorTassilo Horn <tsdh@gnu.org>
Mon, 3 Jun 2013 18:12:51 +0000 (20:12 +0200)
committerTassilo Horn <tsdh@gnu.org>
Mon, 3 Jun 2013 18:12:51 +0000 (20:12 +0200)
lisp/ChangeLog
lisp/eshell/em-term.el

index 29c912933c802f57855d62470b5f327dfa054046..41f6ac40e2cfa818fdc033164453dd83b649a7bb 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-03  Tassilo Horn  <tsdh@gnu.org>
+
+       * eshell/em-term.el (cl-lib): Require `cl-lib'.
+
 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/lisp.el: Use lexical-binding.
index 0501544789d24f60103dde6a59fad82126a7e8a3..f30aad305e49a2ad32ee46e177b70c4c324bd390 100644 (file)
@@ -31,6 +31,7 @@
 
 ;;; Code:
 
+(require 'cl-lib)
 (require 'esh-util)
 (require 'esh-ext)
 (eval-when-compile (require 'eshell))