From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: emacs-28 915e044: Use the correct label in the warning Date: Fri, 08 Oct 2021 13:02:07 +0200 Message-ID: <87o87zojzx.fsf@gnu.org> References: <20211008103207.21524.31804@vcs0.savannah.gnu.org> <20211008103214.9AB5D209B1@vcs0.savannah.gnu.org> <87bl3zrdq2.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16150"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.7.0; emacs 29.0.50 Cc: Arash Esbati , emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 08 13:07:06 2021 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 1mYniU-000422-L8 for ged-emacs-devel@m.gmane-mx.org; Fri, 08 Oct 2021 13:07:06 +0200 Original-Received: from localhost ([::1]:49774 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYniT-0002tV-LQ for ged-emacs-devel@m.gmane-mx.org; Fri, 08 Oct 2021 07:07:05 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41326) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYng6-00084V-N6 for emacs-devel@gnu.org; Fri, 08 Oct 2021 07:04:39 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:52302) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYng6-0001LP-FE; Fri, 08 Oct 2021 07:04:38 -0400 Original-Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:45729) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYng6-0005To-7k; Fri, 08 Oct 2021 07:04:38 -0400 Original-Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailauth.nyi.internal (Postfix) with ESMTP id C437327C005C; Fri, 8 Oct 2021 07:04:36 -0400 (EDT) Original-Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Fri, 08 Oct 2021 07:04:36 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrvddttddgfeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfhgfhffvufffjgfkgggtgfesthhqredttderjeenucfhrhhomhepvfgrshhs ihhlohcujfhorhhnuceothhsughhsehgnhhurdhorhhgqeenucggtffrrghtthgvrhhnpe eiudfghffhjeevvedvhfffgeetleeljefffeeggfeugeegleehfeeiueejhfehgeenucev lhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhorhhnod hmvghsmhhtphgruhhthhhpvghrshhonhgrlhhithihqdekieejfeekjeekgedqieefhedv leekqdhtshguhheppehgnhhurdhorhhgsehfrghsthhmrghilhdrfhhm X-ME-Proxy: Original-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 8 Oct 2021 07:04:36 -0400 (EDT) In-reply-to: <87bl3zrdq2.fsf@gnus.org> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:276551 Archived-At: Lars Ingebrigtsen writes: >> - (setq newlabel (read-string (format "Rename label \"%s\" to:" label= ))) >> + (setq newlabel (read-string (format "Rename label \"%s\" to :" labe= l))) > > Did you mean to put the space after the colon? Haha, most probably. Fixed, and thanks for the heads-up. Sometimes 4 eyes are not enought. ;-) Viele Gr=C3=BC=C3=9Fe, Tassilo