]> git.eshelyaron.com Git - emacs.git/commit
Fix crashes when "emacsclient -nw" frames are suspended (bug#78980)
authorPip Cet <pipcet@protonmail.com>
Wed, 9 Jul 2025 14:09:53 +0000 (14:09 +0000)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 07:54:43 +0000 (09:54 +0200)
commit3205d3d51d9142ce7fa770692c9cd9aca5a728e4
tree62c031aaf38a2a69af4175baa886c3556e2ed8eb
parentce20088cf5c9ac69e2fff6fe79eb573cd0d5a740
Fix crashes when "emacsclient -nw" frames are suspended (bug#78980)

* src/frame.c (frame_redisplay_p): Start loop with 'f', not its parent
frame.  Simplify return expression.

(cherry picked from commit a76506f131b2d47b0e1dc59ecd6c581e431d298c)
src/frame.c