From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: emacs-28 915e044: Use the correct label in the warning Date: Fri, 08 Oct 2021 13:05:01 +0200 Message-ID: <86v9273hgi.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 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15529"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: Tassilo Horn , 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:06:58 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 1mYniM-0003re-CO for ged-emacs-devel@m.gmane-mx.org; Fri, 08 Oct 2021 13:06:58 +0200 Original-Received: from localhost ([::1]:49444 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYniL-0002g1-5h for ged-emacs-devel@m.gmane-mx.org; Fri, 08 Oct 2021 07:06:57 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41546) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYnhB-0000Fw-FG for emacs-devel@gnu.org; Fri, 08 Oct 2021 07:05:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:52476) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYnh9-0004QZ-96; Fri, 08 Oct 2021 07:05:43 -0400 Original-Received: from p5b3265dc.dip0.t-ipconnect.de ([91.50.101.220]:54587 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYngr-0007MR-Q4; Fri, 08 Oct 2021 07:05:39 -0400 In-Reply-To: <87bl3zrdq2.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 08 Oct 2021 12:51:49 +0200") 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:276550 Archived-At: Lars Ingebrigtsen writes: > tsdh@gnu.org (Tassilo Horn) writes: > >> - (setq newlabel (read-string (format "Rename label \"%s\" to:" label))) >> + (setq newlabel (read-string (format "Rename label \"%s\" to :" label))) > > Did you mean to put the space after the colon? Yes, that was the plan. I sent Tassilo a fix. Thanks for catching this. Best, Arash