fix(emacs/lean-server): correctly react to scrolling
This commit is contained in:
parent
34586a2e82
commit
af588add56
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@
|
|||
(when (eq lean-server-session sess)
|
||||
(list (cons (buffer-file-name)
|
||||
(--map (cons (line-number-at-pos (window-start it))
|
||||
(line-number-at-pos (window-end it)))
|
||||
(line-number-at-pos (window-end it t)))
|
||||
(get-buffer-window-list))))))
|
||||
(buffer-list)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue