From 944bc731019aa19d77bba01d9fd48113c9f7c594 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 4 Mar 2011 20:24:44 -0800 Subject: [PATCH] esh-util.el comment fix. --- lisp/eshell/esh-util.el | 1 - 1 file changed, 1 deletion(-) 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)) -- 2.39.5