Merge from origin/emacs-28
84a2857722
Fix scrolling of the stack window in Calc9dd44505b1
; * src/window.c (Fset_window_start): Clarify the effect o...24a6c7c8c0
Update and fix instructions and scripts for updating the W...886339747b
Extend tramp-archive-test45-auto-loadff997ad786
Ensure local `default-directory' in Tramp when needed4f27588a16
Clarify "idleness" in the ELisp manual
This commit is contained in:
commit
5890b80bca
9 changed files with 186 additions and 114 deletions
|
@ -1816,7 +1816,7 @@ See calc-keypad for details."
|
|||
(if win
|
||||
(progn
|
||||
(calc-cursor-stack-index 0)
|
||||
(vertical-motion (- 2 (window-height win)))
|
||||
(vertical-motion (- 3 (window-height win)))
|
||||
(set-window-start win (point)))))
|
||||
(calc-cursor-stack-index 0)
|
||||
(if (looking-at " *\\.$")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue