]> git.eshelyaron.com Git - emacs.git/commit
More lax doctype check in EWW (bug#73133)
authorSebastián Monía <sebastian.monia@sebasmonia.com>
Thu, 24 Oct 2024 17:09:11 +0000 (13:09 -0400)
committerEshel Yaron <me@eshelyaron.com>
Fri, 8 Nov 2024 13:27:42 +0000 (14:27 +0100)
commitd12f0915666242425dc3226e832b1a94b4635a70
tree7690e6ec204d3d9f15dd55bb58dd11c4568d08d0
parent6964cbc38a2bf7ba463a6b2df821afa74a425f99
More lax doctype check in EWW (bug#73133)

The regexp to match doctype tags was simplified and will match
more legacy entries; also correct binding of 'case-fold-search'.
* lisp/net/eww.el (eww--html buffer-list): Update function.

(cherry picked from commit 6a0c2b8729c436ef4dfecf07737c86936cb94bd5)
lisp/net/eww.el