]> git.eshelyaron.com Git - emacs.git/commit
Always try to display tree-widget with images (Bug#36147)
authorNoam Postavsky <npostavs@gmail.com>
Wed, 12 Jun 2019 11:31:23 +0000 (07:31 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 15 Jun 2019 21:06:31 +0000 (17:06 -0400)
commitcaff1e2abea8476741e0ad07cb46a62536c0194c
tree45038abb13142a8bac5fa448d1a20947d90e2e72
parenta1b230b58a4176a574bcb37573c82d1ccc71633c
Always try to display tree-widget with images (Bug#36147)

Checking the result of display-images-p doesn't make sense if the
display capabilities when loading the file are different from the
display used to actually look at the widget (which is easily possible
now that Emacs supports both tty and graphic frames in the same
instance).
* lisp/tree-widget.el (tree-widget-image-enable): Default to t,
always.  This still shows text on displays that can't show images.
lisp/tree-widget.el