File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 77- corfu-popupinfo: Faster scrolling speed.
88- corfu-popupinfo: Fix Emacs 30 deprecation warning.
99- Experimental: Use new function =set-frame-size-and-position-pixelwise= if
10- available.
10+ available. The patch can be downloaded from here:
11+ https://lists.gnu.org/archive/html/emacs-devel/2025-12/msg00359.html
1112
1213* Version 2.6 (2025-12-07)
1314
Original file line number Diff line number Diff line change @@ -540,7 +540,7 @@ FRAME is the existing frame."
540540 (cond
541541 ((and (= x px) (= y py)) (set-frame-size frame width height t ))
542542 ; ; NOTE: Experimental new Emacs 31 addition by Martin Rudalics.
543- ; ; https://lists.gnu.org/archive/html/emacs-devel/2025-11/msg00322 .html
543+ ; ; https://lists.gnu.org/archive/html/emacs-devel/2025-12/msg00359 .html
544544 ((fboundp 'set-frame-size-and-position-pixelwise )
545545 (set-frame-size-and-position-pixelwise frame width height x y))
546546 (t (set-frame-size frame width height t )
You can’t perform that action at this time.
0 commit comments