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 /corfu.el | |
| parent | 09adbffdfadc8cae868da952fe7acc2ca26edbd5 (diff) | |
Update link to patch
Diffstat (limited to 'corfu.el')
| -rw-r--r-- | corfu.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
