mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
A better fix for bug#54800
* lisp/calc/calc.el (calc-align-stack-window): Improve scrolling when windows have non-integral dimensions.
This commit is contained in:
parent
5ee959aa87
commit
880f2734c9
1 changed files with 1 additions and 1 deletions
|
|
@ -1815,7 +1815,7 @@ See calc-keypad for details."
|
|||
(if win
|
||||
(progn
|
||||
(calc-cursor-stack-index 0)
|
||||
(vertical-motion (- 3 (window-height win)))
|
||||
(vertical-motion (- 3 (window-height win 'floor)))
|
||||
(set-window-start win (point)))))
|
||||
(calc-cursor-stack-index 0)
|
||||
(if (looking-at " *\\.$")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue