]> git.eshelyaron.com Git - emacs.git/commit
Prevent selection converter from signalling if buffer is narrowed
authorPo Lu <luangruo@yahoo.com>
Sat, 13 Aug 2022 09:49:31 +0000 (17:49 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 13 Aug 2022 09:49:42 +0000 (17:49 +0800)
commitf937a0f3f8b387cf8668e16c677860d5f707144f
tree768ae9f60e1998dde4a9eb979dbfa53c143e5c90
parent6de88b6b0261a549637270c0474998ac76eb65a9
Prevent selection converter from signalling if buffer is narrowed

* lisp/select.el (xselect-convert-to-string): If positions are
outside the accessible portion of the buffer, don't return
anything.
lisp/select.el