]> git.eshelyaron.com Git - emacs.git/commit
Avoid crashes in the daemon due to user interaction
authorEli Zaretskii <eliz@gnu.org>
Wed, 11 Nov 2020 19:46:43 +0000 (21:46 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 11 Nov 2020 19:46:43 +0000 (21:46 +0200)
commitf43e9ad524b5d23dd9434e5d70bd95142207d601
tree51bb29667f1ab9dc204a7e38bb2d4cab7664f6e9
parent658952a57a48c3cd80d62fcf0199ab9432ef8166
Avoid crashes in the daemon due to user interaction

* src/minibuf.c (read_minibuf): Avoid crashes in the daemon if the
init file invokes some kind of minibuffer interaction, by not
updating the selected frame if it's the initial frame.
(Bug#44583)
src/minibuf.c