]> git.eshelyaron.com Git - emacs.git/commit
Fix bug#69140
authorPo Lu <luangruo@yahoo.com>
Fri, 23 Feb 2024 02:18:17 +0000 (10:18 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:40:16 +0000 (18:40 +0100)
commitb10d136d28ca25615ce694e51f03546f58e0dfdc
treed4f28dc800a943cafdba7f59ab6db6d8ed6eb1bd
parentd6ddb0e3c07daf7a709d5fdcd67db1653a565f68
Fix bug#69140

* src/window.c (grow_mini_window): Don't adjust frame matrices
or force redisplay if the provided window cannot be
resized.  (bug#69140)

(cherry picked from commit b868690feff44c7242c942490d1d8bc6d2811fa2)
src/window.c