1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

* term/w32-win.el (create-default-fontset): Declare.

This commit is contained in:
Glenn Morris 2013-09-17 21:32:01 -07:00
parent e843de7767
commit 5fa89513d5
2 changed files with 3 additions and 0 deletions

View file

@ -29,6 +29,8 @@
* term/x-win.el (x-select-enable-clipboard): Declare.
* term/w32-win.el (create-default-fontset): Declare.
* window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
(fit-frame-to-buffer): Explicit error if --without-x.
(mouse-autoselect-window-select): Silence compiler.

View file

@ -238,6 +238,7 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
(declare-function x-open-connection "w32fns.c"
(display &optional xrm-string must-succeed))
(declare-function create-default-fontset "fontset" ())
(declare-function create-fontset-from-fontset-spec "fontset"
(fontset-spec &optional style-variant noerror))
(declare-function create-fontset-from-x-resource "fontset" ())