diff options
| author | Glenn Morris | 2011-03-04 20:24:44 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-03-04 20:24:44 -0800 |
| commit | 944bc731019aa19d77bba01d9fd48113c9f7c594 (patch) | |
| tree | c450bb5b6238a338ca53e732c920cba295067958 | |
| parent | d783d30393eb554f9a0d780570a7946a165885fb (diff) | |
| download | emacs-944bc731019aa19d77bba01d9fd48113c9f7c594.tar.gz emacs-944bc731019aa19d77bba01d9fd48113c9f7c594.zip | |
esh-util.el comment fix.
| -rw-r--r-- | lisp/eshell/esh-util.el | 1 |
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)) |