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:
parent
e843de7767
commit
5fa89513d5
2 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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" ())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue