emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r114239: * vc/vc-svn.el (vc-svn-retrieve-tag): M


From: Stefan Monnier
Subject: Re: [Emacs-diffs] trunk r114239: * vc/vc-svn.el (vc-svn-retrieve-tag): Mark unused argument.
Date: Thu, 12 Sep 2013 08:26:14 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> -(defun vc-svn-retrieve-tag (dir name update)
> +(defun vc-svn-retrieve-tag (dir name _update)
>    "Retrieve a tag at and below DIR.
>  NAME is the name of the tag; if it is empty, do a `svn update'.
>  If UPDATE is non-nil, then update (resynch) any affected buffers.

I'm not sure this is a good idea.  Is there a good reason why `update'
is ignored?  If not, then the fact that `update' is ignored is a bug,
and we shouldn't silence it.


        Stefan



reply via email to

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