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

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

bug#19547: Patch for this bug


From: Thierry Volpiatto
Subject: bug#19547: Patch for this bug
Date: Wed, 30 Nov 2016 21:27:04 +0100
User-agent: mu4e 0.9.17; emacs 24.5.1

Eli Zaretskii <eliz@gnu.org> writes:

> Other than that, yes.

Eli, I did a big mistake in this patch, I used !NILP instead of NILP.

!NILP (Fmemq (ignore_event, Vwhile_no_input_ignore_events)))

should be instead:

NILP (Fmemq (ignore_event, Vwhile_no_input_ignore_events)))

No objection to push the fix ?

-- 
Thierry





reply via email to

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