The patch fixes the bug. Thanks.

Can you please look at another bug? bug#40541

在 2020年4月18日 +0800 PM11:26,Alan Third <alan@idiocy.org>,写道:
On Sat, Apr 18, 2020 at 10:12:27PM +0800, HaiJun Zhang wrote:
I can reproduce it with the following lines in ~/.emacs:

(setq inhibit-startup-message t
   inhibit-startup-buffer-menu t)

(setq default-frame-alist ‘(
       (width . 85)
       (height . 35)
       (vertical-scroll-bars . nil)
       (horizontal-scroll-bars . nil)
       ))

(set-frame-font “Monospace 16”)

Can you please try the attached patch.
--
Alan Third