emacs-devel
[Top][All Lists]
Advanced

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

Re: master e465ea816d: Don't unnecessarily call monitor change functions


From: Stefan Monnier
Subject: Re: master e465ea816d: Don't unnecessarily call monitor change functions
Date: Sun, 22 May 2022 08:59:54 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Po Lu [2022-05-22 15:32:58] wrote:
> Jashank Jeremy <jashank@rulingia.com.au> writes:
>> .../emacs/src/src/xterm.c:20162:4: error: statement requires expression of
>> scalar type ('Lisp_Object' (aka 'struct Lisp_Object') invalid)
>>           if (Fequal (current_monitors,
>>           ^   ~~~~~~~~~~~~~~~~~~~~~~~~~
> Thanks for catching the bug.

I recommend to anyone working on the C code to compile with
`--enable-check-lisp-object-type` so they'll see those errors before
they push them to `master`.


        Stefan




reply via email to

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