[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-28 915e044: Use the correct label in the warning
From: |
Lars Ingebrigtsen |
Subject: |
Re: emacs-28 915e044: Use the correct label in the warning |
Date: |
Fri, 08 Oct 2021 12:51:49 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
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?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- Re: emacs-28 915e044: Use the correct label in the warning,
Lars Ingebrigtsen <=