From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master d476787: Eliminate an unuted function argument. Date: Tue, 02 Dec 2014 09:23:39 -0500 Message-ID: References: <20141202130337.3715.86020@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417530273 21225 80.91.229.3 (2 Dec 2014 14:24:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Dec 2014 14:24:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Eric S. Raymond" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 02 15:24:26 2014 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 1XvoNN-0000LB-3o for ged-emacs-devel@m.gmane.org; Tue, 02 Dec 2014 15:24:25 +0100 Original-Received: from localhost ([::1]:37097 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvoNK-0002xM-Ko for ged-emacs-devel@m.gmane.org; Tue, 02 Dec 2014 09:24:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvoNB-0002x9-Co for emacs-devel@gnu.org; Tue, 02 Dec 2014 09:24:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XvoN3-0006hR-5u for emacs-devel@gnu.org; Tue, 02 Dec 2014 09:24:13 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:16136) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvoN3-0006hM-2s for emacs-devel@gnu.org; Tue, 02 Dec 2014 09:24:05 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsUIAGA2ZVRMCqTq/2dsb2JhbABbgw6KYssMBAICgRwXAQEBAQEBfIQDAQEEViMQCzQSFBgNJIhU0QQBAQEBBgEBAQEekRQHhEsFjAuTWoNPj26BdoQaH4J7AQEB X-IPAS-Result: AsUIAGA2ZVRMCqTq/2dsb2JhbABbgw6KYssMBAICgRwXAQEBAQEBfIQDAQEEViMQCzQSFBgNJIhU0QQBAQEBBgEBAQEekRQHhEsFjAuTWoNPj26BdoQaH4J7AQEB X-IronPort-AV: E=Sophos;i="5.07,380,1413259200"; d="scan'208";a="99358167" Original-Received: from 76-10-164-234.dsl.teksavvy.com (HELO pastel.home) ([76.10.164.234]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 02 Dec 2014 09:24:04 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 3FBB443C3; Tue, 2 Dec 2014 09:23:39 -0500 (EST) In-Reply-To: (Eric S. Raymond's message of "Tue, 02 Dec 2014 13:03:37 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:178684 Archived-At: > * vc.el, all backends: API simplification: Remove 4th 'default-state' > argument from vc-dir-status files and its backend methods - no backend > method ever set it. It was used only in the fallback method to to set > a default of 'up-to-date, though a convoluted call chain obscured > this. This does not follow the ChangeLog format. Eric, could you *please*, *please*, pretty *please* make an effort to follow our conventions? Stefan