Merge from origin/emacs-25
91e6676
Fix an Isearch var to be a string (Bug#23038)76ef522
Fix (args-out-of-range 1) error in cursor-sensor--detect
This commit is contained in:
commit
d2ea891fca
2 changed files with 12 additions and 9 deletions
|
@ -113,7 +113,7 @@
|
|||
;; non-sticky on both ends, but that means get-pos-property might
|
||||
;; never see it.
|
||||
(new (or (get-char-property point 'cursor-sensor-functions)
|
||||
(unless (= point 1)
|
||||
(unless (bobp)
|
||||
(get-char-property (1- point) 'cursor-sensor-functions))))
|
||||
(old (window-parameter window 'cursor-sensor--last-state))
|
||||
(oldposmark (car old))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue