]> git.eshelyaron.com Git - emacs.git/commit
Fix kill-this-buffer's detection of minibuffer frames
authorPo Lu <luangruo@yahoo.com>
Sun, 19 May 2024 12:57:09 +0000 (12:57 +0000)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 07:43:17 +0000 (09:43 +0200)
commitd0b8aa1bb4c7d0b2d299dff00e1501f745dd50e9
treef23cd9275f828ed2bfa3f2a3179823b9bfb5f68c
parent9415df8f76ecb5222bf7890d62a5c0b85892a114
Fix kill-this-buffer's detection of minibuffer frames

* lisp/menu-bar.el (kill-this-buffer): Don't test against
menu-updating-frame, because this variable is only meaningful
during menu bar updates.

(cherry picked from commit 627d60910b82d35bb5f19fa139de7878cccf082e)
lisp/menu-bar.el