summaryrefslogtreecommitdiff
path: root/corfu.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-12-14 19:52:20 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2025-12-14 19:52:20 +0100
commit7de90521c819d0f6e28c2713eb37bfb0aa2c216b (patch)
tree3127d6a65b82f1b31f021fc0a1f646f283f359e5 /corfu.el
parent09adbffdfadc8cae868da952fe7acc2ca26edbd5 (diff)
Update link to patch
Diffstat (limited to 'corfu.el')
-rw-r--r--corfu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/corfu.el b/corfu.el
index 260c2d7..d72852d 100644
--- a/corfu.el
+++ b/corfu.el
@@ -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)