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

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

bug#16537: [PATCH] Use the title attribute for the tooltip, rather than


From: Lars Ingebrigtsen
Subject: bug#16537: [PATCH] Use the title attribute for the tooltip, rather than the alt attribute.
Date: Fri, 24 Jan 2014 17:53:04 -0700
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

asjo@koldfront.dk (Adam Sjøgren) writes:

> -         (put-text-property start (point) 'help-echo alt))
> +         (when title (put-text-property start (point) 'help-echo title)))

Well, it should display the alt text when there is no title, I think.
I've applied that instead.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





reply via email to

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