]> git.eshelyaron.com Git - emacs.git/commit
describe-font/font-info works with unloaded fonts
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 3 Nov 2019 15:33:15 +0000 (16:33 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 3 Nov 2019 15:33:15 +0000 (16:33 +0100)
commit5c8375bd681a7819e536dda84d63fb950595967d
treedd06b92d4f99b6c22075ca9c70a76e0bf532abe9
parentba8a7882de5bbdb39c9c1d74297a9613aa28463f
describe-font/font-info works with unloaded fonts

* lisp/international/mule-diag.el (describe-font): This function
can be used on unloaded fonts, so remove that restriction from the
doc string (bug#16815).  Also allow completion over all fonts on
the system.

* src/font.c (Ffont_info): Ditto for the doc string.
lisp/international/mule-diag.el
src/font.c