Merge from origin/emacs-25
35ce3fb
Don't assume window-point and point are the same
This commit is contained in:
commit
c102a84a48
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@
|
||||||
;; non-sticky on both ends, but that means get-pos-property might
|
;; non-sticky on both ends, but that means get-pos-property might
|
||||||
;; never see it.
|
;; never see it.
|
||||||
(new (or (get-char-property point 'cursor-sensor-functions)
|
(new (or (get-char-property point 'cursor-sensor-functions)
|
||||||
(unless (bobp)
|
(unless (<= (point-min) point)
|
||||||
(get-char-property (1- point) 'cursor-sensor-functions))))
|
(get-char-property (1- point) 'cursor-sensor-functions))))
|
||||||
(old (window-parameter window 'cursor-sensor--last-state))
|
(old (window-parameter window 'cursor-sensor--last-state))
|
||||||
(oldposmark (car old))
|
(oldposmark (car old))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue