]> git.eshelyaron.com Git - emacs.git/commitdiff
esh-util.el comment fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 5 Mar 2011 04:24:44 +0000 (20:24 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 5 Mar 2011 04:24:44 +0000 (20:24 -0800)
lisp/eshell/esh-util.el

index 6b04b0e727be782d51170abe2dc0798e20bf387b..8b62b04a8eae279c4e4b1511f9f308dac0363228 100644 (file)
@@ -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))