]> git.eshelyaron.com Git - emacs.git/commit
Avoid using string-make-unibyte in select.el
authorEli Zaretskii <eliz@gnu.org>
Sat, 22 Jun 2019 08:34:23 +0000 (11:34 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Jun 2019 08:34:23 +0000 (11:34 +0300)
commit58a3c54c7ea86ea6b715483e7b017008a78fbf14
tree003d8e6d5ff0d57aa5bb3959887e15dcbf6ea22e
parent27d28d43d12999cf04d823ec9e08228d1b862a49
Avoid using string-make-unibyte in select.el

* lisp/select.el (selection-coding-system): Doc fix.
(xselect--encode-string): For C_STRING, if the text is not
already unibyte, use encode-coding-string instead of
string-make-multibyte to make it unibyte.
lisp/select.el