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

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

bug#53769: Implementation of X11 MULTIPLE selection is incomplete (with


From: Po Lu
Subject: bug#53769: Implementation of X11 MULTIPLE selection is incomplete (with patches)
Date: Fri, 04 Feb 2022 12:57:58 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Your change LGTM, but:

> +  if (! for_multiple && actual_type == dpyinfo->Xatom_INCR)

We typically don't put a space between the "!" and "for_multiple" here.
The surrounding code does it a lot, but there's no reason to introduce
any more instances of that style.

Thanks.




reply via email to

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