]> git.eshelyaron.com Git - emacs.git/commit
Handle nil top frame (bug#76410)
authorGerd Möllmann <gerd.moellmann@gmail.com>
Wed, 19 Feb 2025 07:05:56 +0000 (08:05 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 20 Feb 2025 21:43:03 +0000 (22:43 +0100)
commit6b6766284f6d990014f17489c11ae58f9c599ccc
tree23682fd959c4e1162f390c1147288b0adaf59176
parent18247b506e166b11d0b8738d3f379a6a1bf32bfe
Handle nil top frame (bug#76410)

* src/frame.c (do_switch_frame): Don't assume that top_frame is always a
frame, it can be nil.

(cherry picked from commit 1194ebe3a71f97b0ce7c8dcc4edaf7b0f81fdc6f)
src/frame.c