summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-io.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2013-09-12 16:15:53 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2013-09-12 16:15:53 -0400
commitae5e4c483a4700fed927f546eebf06d1b1e92057 (patch)
tree4856711ffc0c5424f197db8f790423fc55e410be /lisp/eshell/esh-io.el
parentda0752f93768a43bb411955cb27c5438462ec210 (diff)
downloademacs-ae5e4c483a4700fed927f546eebf06d1b1e92057.tar.gz
* lisp/eshell/*.el: Use lexical-binding.
* test/automated/eshell.el: Move from test/eshell.el. (eshell-test/for-loop, eshell-test/for-name-loop): New tests. Fixes: debbugs:15231
Diffstat (limited to 'lisp/eshell/esh-io.el')
-rw-r--r--lisp/eshell/esh-io.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el
index 4edb47e4758..f620890ee6b 100644
--- a/lisp/eshell/esh-io.el
+++ b/lisp/eshell/esh-io.el
@@ -1,4 +1,4 @@
-;;; esh-io.el --- I/O management
+;;; esh-io.el --- I/O management -*- lexical-binding:t -*-
;; Copyright (C) 1999-2013 Free Software Foundation, Inc.