]> git.eshelyaron.com Git - emacs.git/commit
Escape NUL bytes in X selections (Bug#6991)
authorNoam Postavsky <npostavs@gmail.com>
Sun, 12 Feb 2017 00:47:55 +0000 (19:47 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 29 Jun 2017 23:40:23 +0000 (19:40 -0400)
commitc87c87fcc361494815bbd1d92f450b0b80a3ecbb
tree60d7ae515b92944d1e90772df3ae5dac05b5c715
parent0ae28c71c739dfecbe94a5ff6786e81021d2d1cf
Escape NUL bytes in X selections (Bug#6991)

* lisp/term/w32-win.el (w32--set-selection):
* lisp/select.el (xselect--encode-string): Replace NUL bytes with
"\0".
* doc/emacs/killing.texi: Document new behavior.
* etc/NEWS (times): Announce it.
doc/emacs/killing.texi
etc/NEWS
lisp/select.el
lisp/term/w32-win.el