diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2013-09-12 16:15:53 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2013-09-12 16:15:53 -0400 |
commit | ae5e4c483a4700fed927f546eebf06d1b1e92057 (patch) | |
tree | 4856711ffc0c5424f197db8f790423fc55e410be /lisp/eshell/esh-arg.el | |
parent | da0752f93768a43bb411955cb27c5438462ec210 (diff) | |
download | emacs-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-arg.el')
-rw-r--r-- | lisp/eshell/esh-arg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-arg.el b/lisp/eshell/esh-arg.el index e3a12d5ece5..f791ad66520 100644 --- a/lisp/eshell/esh-arg.el +++ b/lisp/eshell/esh-arg.el @@ -1,4 +1,4 @@ -;;; esh-arg.el --- argument processing +;;; esh-arg.el --- argument processing -*- lexical-binding:t -*- ;; Copyright (C) 1999-2013 Free Software Foundation, Inc. |