rooneg@tigris.org writes:
> Modified:
> trunk/tools/client-side/vc-svn.el
> Log:
> * tools/client-side/vc-svn.el
> (vc-svn-find-version): simplify and make more consistent with the rest of
> the functions in vc-svn.el.
Heh! And two seconds after saying "The code looks pro to me", I see
that Kalle Niemitalo has made the obvious simplification... :-)
Thanks, Kalle.
-K
> Submitted By: Kalle Olavi Niemitalo <kon@iki.fi>
>
>
> Modified: trunk/tools/client-side/vc-svn.el
> ==============================================================================
> --- trunk/tools/client-side/vc-svn.el (original)
> +++ trunk/tools/client-side/vc-svn.el Sun May 4 08:47:11 2003
> @@ -407,7 +407,7 @@
> 1 0))))
>
> (defun vc-svn-find-version (file rev buffer)
> - (apply 'vc-do-command buffer 0 vc-svn-program-name file
> - "cat" (list "-r" rev)))
> + (vc-do-command buffer 0 vc-svn-program-name file
> + "cat" "-r" rev))
>
> (provide 'vc-svn)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 5 18:28:12 2003