From: Glenn Morris Date: Sat, 5 Mar 2011 04:24:44 +0000 (-0800) Subject: esh-util.el comment fix. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~674^2~35 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=944bc731019aa19d77bba01d9fd48113c9f7c594;p=emacs.git esh-util.el comment fix. --- 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))