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] emacs-25 098d47b: * lisp/emacs-lisp/derived.el (define-derived-mode): Revert indent change. Date: Sun, 28 Feb 2016 11:25:19 -0500 Message-ID: References: <20160227055054.15422.83807@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1456676759 17438 80.91.229.3 (28 Feb 2016 16:25:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Feb 2016 16:25:59 +0000 (UTC) Cc: sdl.web@gmail.com, emacs-devel@gnu.org To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 28 17:25:50 2016 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 1aa4AH-0003MH-Is for ged-emacs-devel@m.gmane.org; Sun, 28 Feb 2016 17:25:49 +0100 Original-Received: from localhost ([::1]:59604 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa4AH-00061C-2y for ged-emacs-devel@m.gmane.org; Sun, 28 Feb 2016 11:25:49 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa49t-000613-JO for emacs-devel@gnu.org; Sun, 28 Feb 2016 11:25:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aa49p-00015F-Gd for emacs-devel@gnu.org; Sun, 28 Feb 2016 11:25:25 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:27262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa49p-00015B-CJ; Sun, 28 Feb 2016 11:25:21 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0APIwA731xV/9eSCkxcgxCEAshgBAICgTw8EQEBAQEBAQGBCkEBAgKDXQEBAwFWIwULCw4mBwsUGA0kiDcIzyMBAQEHAgEfijiBAoUFB4QtBYwwpw+BRSOBZlWBWyCCeAEBAQ X-IPAS-Result: A0APIwA731xV/9eSCkxcgxCEAshgBAICgTw8EQEBAQEBAQGBCkEBAgKDXQEBAwFWIwULCw4mBwsUGA0kiDcIzyMBAQEHAgEfijiBAoUFB4QtBYwwpw+BRSOBZlWBWyCCeAEBAQ X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="194642552" Original-Received: from 76-10-146-215.dsl.teksavvy.com (HELO ceviche.home) ([76.10.146.215]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 28 Feb 2016 11:25:19 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 45449661B6; Sun, 28 Feb 2016 11:25:19 -0500 (EST) In-Reply-To: (Richard Stallman's message of "Sun, 28 Feb 2016 05:23:50 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.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:200765 Archived-At: > Even in this sort of case, I think the best place for the explanation > is in the source file, where the reverted code was. Agreed. But as a first step "somewhere" is better than "nowhere". Stefan