emacs-devel
[Top][All Lists]
Advanced

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

Re: master c99e28207a: * lisp/tooltip.el (tooltip-show-help): Fix typo.


From: Stefan Monnier
Subject: Re: master c99e28207a: * lisp/tooltip.el (tooltip-show-help): Fix typo.
Date: Tue, 18 Jan 2022 08:17:24 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> -           (or (not (and haiku-use-system-tooltips
> -                         (eq window-system 'haiku)))
> +           (or (not (and (eq window-system 'haiku)
> +                         haiku-use-system-tooltips))

Could you merge this var with `x-gtk-use-system-tooltips`, maybe into
a `use-system-tooltips` var which can be either nil t or a list of
window-systems on which it should be true?


        Stefan




reply via email to

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