Re: svn commit: r15968 - trunk/contrib/client-side/psvn
From: Kalle Olavi Niemitalo <kon_at_iki.fi>
Date: 2005-08-31 21:31:59 CEST
xsteve@tigris.org writes:
> +;; taken from esh-util: eshell-for
I don't see why esh-util bothers to define this, when the dolist
(dolist (x y) z...) corresponds to (eshell-for x y z...).
> +;; taken from esh-util: eshell-flatten-list
Here's how this might be written with the loop macro:
(defun svn-status-flatten-list (list)
Shorter, and typically much faster on long lists as well.
> ARGLIST is a list of arguments \(which must include the command name,
OK, this will simplify my patch for issue #2357.
> + (setq arglist (delete nil (svn-status-flatten-list arglist)))
svn-status-flatten-list already deletes nils, because they are
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.