bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58311: Missing newline in *Messages* between evaluation result and e


From: Lars Ingebrigtsen
Subject: bug#58311: Missing newline in *Messages* between evaluation result and error
Date: Thu, 06 Oct 2022 14:42:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Hm.  Very odd.  The code just calls
>
>                     add_to_log ("Invalid face attribute %S %S",
>                                 QCinherit, parent_face);

Or rather, it's this bit, but the same applies:

              if (err)
                {
                  add_to_log ("Invalid face attribute %S %S", keyword, value);
                  ok = false;
                }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]