]> git.eshelyaron.com Git - emacs.git/commit
Fix coding system in eww-display-pdf
authorBasil L. Contovounesios <contovob@tcd.ie>
Thu, 5 Nov 2020 21:06:39 +0000 (21:06 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Thu, 5 Nov 2020 21:06:39 +0000 (21:06 +0000)
commit4610241a9b3fbddd1f0973bf49f7008ed09ab955
treed83e10ecadcdcce001161cbc663a03f98f0e2da7
parent5d0da63f00393c2deaa24feb8ac75ee2de33895e
Fix coding system in eww-display-pdf

* lisp/net/eww.el (eww-display-pdf): Make *eww pdf* buffer unibyte
before populating it to avoid conversions.  The binding for
coding-system-for-write is then no longer necessary, and can be
delegated to the viewer invoked by mailcap-view-mime.  Suggested by
Stefan Monnier <monnier@iro.umontreal.ca>.  (Bug#44338)
lisp/net/eww.el