diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-12-14 19:52:20 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-12-14 19:52:20 +0100 |
| commit | 7de90521c819d0f6e28c2713eb37bfb0aa2c216b (patch) | |
| tree | 3127d6a65b82f1b31f021fc0a1f646f283f359e5 | |
| parent | 09adbffdfadc8cae868da952fe7acc2ca26edbd5 (diff) | |
Update link to patch
| -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) |
