emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH]: Re: Early backtrace.


From: Philipp Stephani
Subject: Re: [PATCH]: Re: Early backtrace.
Date: Mon, 31 Jan 2022 10:30:35 +0100

Am So., 30. Jan. 2022 um 12:08 Uhr schrieb Alan Mackenzie <acm@muc.de>:
>
> It also fixes a bug in signal_or_quit (eval.c) where previously there
> was:
>
>       specbind (Vdebugger, Qdebug);
>
> , which had the effect of binding the contents of Vdebugger (namely
> Qdebug) to itself.  Correct would have been:
>
>       specbind (Qdebugger, Qdebug);
>
> , binding the symbol Qdebugger to Qdebug.
>
>

Good find, thanks. Independent of the rest of the patch, should we
install this one-character fix on the release branch?
Maybe that would even make commit
07edc28bdbfeeaeb1008b4fe21bfda586feae562 unnecessary? (Haven't
checked, though.)



reply via email to

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