Fix a `string-to-multibyte' in Gnus
commit679a433744ca550a079ff47e1964ff558965b51a
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 14 Apr 2018 21:25:01 +0000 (14 23:25 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 14 Apr 2018 21:25:01 +0000 (14 23:25 +0200)
treed6a6e9e01382d6bbc8898e4ffc3b47c4f4ccc61c
parent9f767b3ec83a89706bceb5e0a9c778092a7dfe5d
Fix a `string-to-multibyte' in Gnus

* lisp/gnus/gnus-art.el (gnus-request-article-this-buffer): The
original article buffer is multibyte, and we're inserting into the
article buffer, which is also multibyte, so the `string-to-multibyte'
here should be unnecessary?
lisp/gnus/gnus-art.el