]> git.eshelyaron.com Git - emacs.git/commit
Fix cursor-sensor--detect when current buf != selected window's buf
authorFederico Tedin <federicotedin@gmail.com>
Mon, 17 Feb 2020 20:58:43 +0000 (21:58 +0100)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Feb 2020 09:11:05 +0000 (11:11 +0200)
commitd7c22338d2d461e0b55a6628fed1917c08715292
tree7ec937b1b016e12c1fba05ea00761df00d36375c
parent2e39fc83bba22cefaa29fb8692f992a91119abf5
Fix cursor-sensor--detect when current buf != selected window's buf

* lisp/emacs-lisp/cursor-sensor.el (cursor-sensor--detect): Avoid
trying to read text properties from position taken from another
buffer.  (Bug#38740)
lisp/emacs-lisp/cursor-sensor.el