summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-03-04 20:24:44 -0800
committerGlenn Morris <rgm@gnu.org>2011-03-04 20:24:44 -0800
commit944bc731019aa19d77bba01d9fd48113c9f7c594 (patch)
treec450bb5b6238a338ca53e732c920cba295067958
parentd783d30393eb554f9a0d780570a7946a165885fb (diff)
downloademacs-944bc731019aa19d77bba01d9fd48113c9f7c594.tar.gz
esh-util.el comment fix.
-rw-r--r--lisp/eshell/esh-util.el1
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))