diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-12-13 11:49:37 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-12-13 11:49:52 +0100 |
| commit | d73949b3e1ccada479acea91a11ede393a230166 (patch) | |
| tree | 4f1a70cbbe9a009147132df4ee84160077f6cbd1 /corfu.el | |
| parent | 79c32295e3813ce3e229c35c571d63e5d6aa0d10 (diff) | |
Update patch link
Diffstat (limited to 'corfu.el')
| -rw-r--r-- | corfu.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
