summaryrefslogtreecommitdiff
path: root/corfu.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-12-13 11:49:37 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2025-12-13 11:49:52 +0100
commitd73949b3e1ccada479acea91a11ede393a230166 (patch)
tree4f1a70cbbe9a009147132df4ee84160077f6cbd1 /corfu.el
parent79c32295e3813ce3e229c35c571d63e5d6aa0d10 (diff)
Update patch link
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 674b842..e160556 100644
--- a/corfu.el
+++ b/corfu.el
@@ -540,7 +540,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-11/msg00322.html
+ ;; https://lists.gnu.org/archive/html/emacs-devel/2025-12/msg00359.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)