]> git.eshelyaron.com Git - emacs.git/commit
Fix decoding HTML files from archives
authorBenjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
Tue, 17 Jan 2023 18:08:15 +0000 (20:08 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 22 Jan 2023 14:05:39 +0000 (16:05 +0200)
commit0fb90f524dbacf487bc9b9c2737e0ae3db5a3818
treef07a4eabeda324a3b1b7b5d5c4621bf31d53c178
parentc854ef7a187a579ab1dc7e022a841b59c4361ebf
Fix decoding HTML files from archives

* lisp/international/mule.el (sgml-xml-auto-coding-function): Avoid
signaling an error from coding-system-equal when the XML encoding tag
specifies an encoding whose type is 'charset'.  (Bug#61005)

This is the same fix as in #df7ed10e for
sgml-xml-auto-coding-function.
lisp/international/mule.el