aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-03-04 20:24:44 -0800
committerGlenn Morris2011-03-04 20:24:44 -0800
commit944bc731019aa19d77bba01d9fd48113c9f7c594 (patch)
treec450bb5b6238a338ca53e732c920cba295067958
parentd783d30393eb554f9a0d780570a7946a165885fb (diff)
downloademacs-944bc731019aa19d77bba01d9fd48113c9f7c594.tar.gz
emacs-944bc731019aa19d77bba01d9fd48113c9f7c594.zip
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."
285 (setq text (replace-match " " t t text))) 285 (setq text (replace-match " " t t text)))
286 text)) 286 text))
287 287
288;; FIXME this is just dolist.
289(defmacro eshell-for (for-var for-list &rest forms) 288(defmacro eshell-for (for-var for-list &rest forms)
290 "Iterate through a list" 289 "Iterate through a list"
291 `(let ((list-iter ,for-list)) 290 `(let ((list-iter ,for-list))