summaryrefslogtreecommitdiff
path: root/lisp/eshell/eshell.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/eshell.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/eshell.el')
-rw-r--r--lisp/eshell/eshell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el
index e3f8f0d11bc..47078d142d5 100644
--- a/lisp/eshell/eshell.el
+++ b/lisp/eshell/eshell.el
@@ -1,4 +1,4 @@
-;;; eshell.el --- the Emacs command shell
+;;; eshell.el --- the Emacs command shell -*- lexical-binding:t -*-
;; Copyright (C) 1999-2013 Free Software Foundation, Inc.