From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs-30 1463434907e: ; Eliminate C++ comments and typo Date: Sun, 18 Aug 2024 07:45:48 +0300 Message-ID: <86a5ha1ls3.fsf@gnu.org> References: <172390329286.25071.13652148232082952035@vcs2.savannah.gnu.org> <20240817140133.2E323C2BC70@vcs2.savannah.gnu.org> <86ikvz14wr.fsf@gnu.org> <87cym6iudb.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2651"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Aug 18 06:46:33 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sfXoH-0000Z7-0i for ged-emacs-devel@m.gmane-mx.org; Sun, 18 Aug 2024 06:46:33 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sfXne-0005wd-83; Sun, 18 Aug 2024 00:45:55 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sfXnb-0005up-Dl for emacs-devel@gnu.org; Sun, 18 Aug 2024 00:45:51 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sfXna-0001gQ-OR; Sun, 18 Aug 2024 00:45:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=0G6BiwQT7/sCoWGZQUxWprmp2Hxz7YYyTO2uNxvgJkk=; b=r2Yzd8/Miynt 2CvzY5q1qRnDDDLWT0TIGICa4GLomaFDQ5RrpAdtAlItoCDkVtprZN6DoTgl0mLpZzoiYWQk4nWNm shLlnHWYIiegS36gPRnDAQBhHL/5LZ4vy2Tj6Zac59Yaz34CvJlDVHyr2S1vAlWiaJoV+NVr/daUe NIseOxFrLpXfs/xoOIWvH2SDJYNL0qb2AeEGILzrz5TONtNZYHP9fyVuL4KSSSL3wIzmLRfeqCqQ4 YYfqCVL2I5DCuS6ev3VLosmC/Y4fxVF538UxN0YMhSENkSVXsR44Fxvn1tFYRy3EmUUc6GXF9etmI jgX3OXIFxVN/MTIikCDS8A==; In-Reply-To: <87cym6iudb.fsf@yahoo.com> (message from Po Lu on Sun, 18 Aug 2024 07:48:16 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:322879 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Sun, 18 Aug 2024 07:48:16 +0800 > > Eli Zaretskii writes: > > >> ; Eliminate more C++ comments > >> > >> * lib-src/movemail.c: > >> > >> * nt/preprep.c (main): > >> > >> * src/unexw32.c (unexec): Convert C++-style comments to C. > > > > Why on earth are these cleanups being done on the release branch? > > Cleanups are _never_ done there! Please don't do anything like that > > on the release branch, certainly not without asking first!! > > These aren't code changes, only doc changes. Comment style has nothing to do with documentation. More importantly, these are not improvements or bugfixes in any sense of those words that is applicable to a release branch. Please don't do anything like that on the release branch in the future, certainly not without asking.