1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* 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
This commit is contained in:
Stefan Monnier 2013-09-12 16:15:53 -04:00
parent da0752f937
commit ae5e4c483a
31 changed files with 60 additions and 56 deletions

View file

@ -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.