From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r114239: * vc/vc-svn.el (vc-svn-retrieve-tag): Mark unused argument. Date: Thu, 12 Sep 2013 11:54:11 -0400 Message-ID: <5kioy69gt8.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1379001301 23529 80.91.229.3 (12 Sep 2013 15:55:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Sep 2013 15:55:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 12 17:55:04 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VK9Dk-0002Gh-Bk for ged-emacs-devel@m.gmane.org; Thu, 12 Sep 2013 17:54:16 +0200 Original-Received: from localhost ([::1]:42553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK9Dk-0001Nz-1B for ged-emacs-devel@m.gmane.org; Thu, 12 Sep 2013 11:54:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK9Dh-0001Nt-3e for emacs-devel@gnu.org; Thu, 12 Sep 2013 11:54:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VK9Dg-0004Ys-62 for emacs-devel@gnu.org; Thu, 12 Sep 2013 11:54:13 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK9Dg-0004Ym-2W for emacs-devel@gnu.org; Thu, 12 Sep 2013 11:54:12 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VK9Df-0000Bo-8M; Thu, 12 Sep 2013 11:54:11 -0400 X-Spook: Rand Corporation Kh-11 CipherTAC-2000 Peking Glock X-Ran: $C)3#rSPDx0HDc^Bj#%aH/c]'VQmzD' (Stefan Monnier's message of "Thu, 12 Sep 2013 08:26:14 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163312 Archived-At: Stefan Monnier wrote: >> -(defun vc-svn-retrieve-tag (dir name update) >> +(defun vc-svn-retrieve-tag (dir name _update) [...[ > 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. It's got a fixme comment, everyone pays attention to those, right?