diff options
| -rw-r--r-- | CHANGELOG.org | 2 | ||||
| -rw-r--r-- | corfu.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index f00862f..30b7464 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -10,7 +10,7 @@ - Work around Emacs bug#79792, where the ~*Help*~ buffer is replaced unexpectedly. - Experimental: Use new function =set-frame-size-and-position-pixelwise= if available. The patch can be downloaded from here: - https://lists.gnu.org/archive/html/emacs-devel/2025-12/msg00359.html + https://lists.gnu.org/archive/html/emacs-devel/2025-12/msg00414.html * Version 2.6 (2025-12-07) @@ -548,7 +548,7 @@ FRAME is the existing frame." (cond ((and (= x px) (= y py)) (set-frame-size frame width height t)) ;; NOTE: Experimental new Emacs 31 addition by Martin Rudalics. - ;; https://lists.gnu.org/archive/html/emacs-devel/2025-12/msg00359.html + ;; https://lists.gnu.org/archive/html/emacs-devel/2025-12/msg00414.html ((fboundp 'set-frame-size-and-position-pixelwise) (set-frame-size-and-position-pixelwise frame width height x y)) (t (set-frame-size frame width height t) |
