]> git.eshelyaron.com Git - emacs.git/commit
Remove call to string-to-multibyte from nndoc.el
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 14 Apr 2018 22:48:27 +0000 (00:48 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 14 Apr 2018 22:48:27 +0000 (00:48 +0200)
commit3250651e9cbb691db6dae04f2c13a139d81c6616
tree5f948d8615a6d96c3ac351bca3a57a06a8516d54
parent466693416d143f42c606c6aeb0c48a777fc1d637
Remove call to string-to-multibyte from nndoc.el

* lisp/gnus/nndoc.el (nndoc-oe-dbx-type-p): My testing shows that
no matter whether we're in a unibyte or a multibyte buffer, doing
the looking-at here without the string-to-multibyte, we'll get a
match.  We did not get a match with the call in and if we were in
a unibyte buffer, but we presumably never are.
lisp/gnus/nndoc.el