[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-28 915e044: Use the correct label in the warning
From: |
Arash Esbati |
Subject: |
Re: emacs-28 915e044: Use the correct label in the warning |
Date: |
Fri, 08 Oct 2021 13:05:01 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 |
Lars Ingebrigtsen <larsi@gnus.org> 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