emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103522: esh-util.el comment fix.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103522: esh-util.el comment fix.
Date: Fri, 04 Mar 2011 20:24:44 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103522
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2011-03-04 20:24:44 -0800
message:
  esh-util.el comment fix.
modified:
  lisp/eshell/esh-util.el
=== modified file 'lisp/eshell/esh-util.el'
--- a/lisp/eshell/esh-util.el   2011-03-05 03:53:41 +0000
+++ b/lisp/eshell/esh-util.el   2011-03-05 04:24:44 +0000
@@ -285,7 +285,6 @@
       (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]