]> git.eshelyaron.com Git - emacs.git/commit
Make sure we always set the ':readable' state when displaying EWW page
authorJim Porter <jporterbugs@gmail.com>
Sun, 20 Jul 2025 03:24:32 +0000 (20:24 -0700)
committerEshel Yaron <me@eshelyaron.com>
Fri, 25 Jul 2025 08:10:29 +0000 (10:10 +0200)
commit50ec1c3985bfc8e4d80a02810f71e1577d4890a0
tree50245a0e78522887305085811a44fd9ef498dd58
parentfbc334b57c9b35bdf99dd3358965c4197698a0c3
Make sure we always set the ':readable' state when displaying EWW page

* lisp/net/eww.el (eww-display-html): Always set ':readable'.
* test/lisp/net/eww-tests.el (eww-test/readable/reload-resets-readable):
New test.

(cherry picked from commit 49696b5cd178431b1975a1adef955a348c8b25b0)
lisp/net/eww.el
test/lisp/net/eww-tests.el