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: Sat, 27 Feb 2016 09:23:08 -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 1456583023 646 80.91.229.3 (27 Feb 2016 14:23:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Feb 2016 14:23:43 +0000 (UTC) Cc: Leo Liu To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 27 15:23:34 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 1aZfmO-00088h-D6 for ged-emacs-devel@m.gmane.org; Sat, 27 Feb 2016 15:23:32 +0100 Original-Received: from localhost ([::1]:55034 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZfmK-0001OD-Jv for ged-emacs-devel@m.gmane.org; Sat, 27 Feb 2016 09:23:28 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZfm5-0001O7-3p for emacs-devel@gnu.org; Sat, 27 Feb 2016 09:23:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZfm1-0005Rb-QF for emacs-devel@gnu.org; Sat, 27 Feb 2016 09:23:13 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:25181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZfm1-0005QL-LZ for emacs-devel@gnu.org; Sat, 27 Feb 2016 09:23:09 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0ASIwA731xV/1TUbkFcgxCEAshdAwQCAoE8PBEBAQEBAQEBgQpBAQICg10BAQRWIxALNAcLFBgNiGPPIwEBAQcBAQEBAR2LOoUFBxaEFwWMMJJng2uSAiOCO4FbIIJ4AQEB X-IPAS-Result: A0ASIwA731xV/1TUbkFcgxCEAshdAwQCAoE8PBEBAQEBAQEBgQpBAQICg10BAQRWIxALNAcLFBgNiGPPIwEBAQcBAQEBAR2LOoUFBxaEFwWMMJJng2uSAiOCO4FbIIJ4AQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="194551192" Original-Received: from 65-110-212-84.cpe.pppoe.ca (HELO fmsmemgm.homelinux.net) ([65.110.212.84]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 27 Feb 2016 09:23:08 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id E9840AE806; Sat, 27 Feb 2016 09:23:08 -0500 (EST) In-Reply-To: (Leo Liu's message of "Sat, 27 Feb 2016 05:50:55 +0000") 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:200715 Archived-At: > * lisp/emacs-lisp/derived.el (define-derived-mode): Revert indent change. One more time: please always include some kind of explanation when you revert code. E.g. a bug# or something. Stefan