]> git.eshelyaron.com Git - emacs.git/commit
Avoid errors in posn-col-row if fonts disappear from an X server
authorPo Lu <luangruo@yahoo.com>
Tue, 22 Aug 2023 04:35:33 +0000 (12:35 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 22 Aug 2023 04:35:33 +0000 (12:35 +0800)
commit48eb022debb85ec3b844e6833194bb05d35cb5c5
tree68c676387ceb73009ecb7b983f53100b937039ae
parent354766bcc0431da906411baefc493e757671ca44
Avoid errors in posn-col-row if fonts disappear from an X server

* lisp/window.el (window-font-width, window-font-height): Resort
to frame-char-width/height should the font returned by font-info
be unavailable.
lisp/window.el