diff options
author | Glenn Morris <rgm@gnu.org> | 2011-03-04 20:24:44 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-03-04 20:24:44 -0800 |
commit | 944bc731019aa19d77bba01d9fd48113c9f7c594 (patch) | |
tree | c450bb5b6238a338ca53e732c920cba295067958 /lisp/eshell/esh-util.el | |
parent | d783d30393eb554f9a0d780570a7946a165885fb (diff) | |
download | emacs-944bc731019aa19d77bba01d9fd48113c9f7c594.tar.gz |
esh-util.el comment fix.
Diffstat (limited to 'lisp/eshell/esh-util.el')
-rw-r--r-- | lisp/eshell/esh-util.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index 6b04b0e727b..8b62b04a8ea 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el @@ -285,7 +285,6 @@ Prepend remote identification of `default-directory', if any." (setq text (replace-match " " t t text))) text)) -;; FIXME this is just dolist. (defmacro eshell-for (for-var for-list &rest forms) "Iterate through a list" `(let ((list-iter ,for-list)) |