Remove calls from string-to-multibyte in nnheader/nntp
commitef599f6cac04ddfe09bf1e63f57c4b9fd5f63ce5
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 14 Apr 2018 23:07:38 +0000 (15 01:07 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 14 Apr 2018 23:07:38 +0000 (15 01:07 +0200)
tree8721f307b6346593cab2f4f7013426bd37b79fb1
parent1ad6184c37a0e0f537688ea7d5e6ceca5f364eaa
Remove calls from string-to-multibyte in nnheader/nntp

* lisp/gnus/nntp.el (nntp-copy-to-buffer): Apparently `insert' now
behaves more like string-make-multibyte, but it now behaves more
like string-to-multibyte, so remove that call here.  I'm not quite
sure I follow that logic, but apparently there are no ill effects.

* lisp/gnus/nnheader.el (nnheader-insert-buffer-substring): Ditto.
lisp/gnus/nnheader.el
lisp/gnus/nntp.el