aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/w32-win.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index 55181ab7d6d..892ac9749d6 100644
--- a/lisp/term/w32-win.el
+++ b/lisp/term/w32-win.el
@@ -238,6 +238,7 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
238 238
239(declare-function x-open-connection "w32fns.c" 239(declare-function x-open-connection "w32fns.c"
240 (display &optional xrm-string must-succeed)) 240 (display &optional xrm-string must-succeed))
241(declare-function create-default-fontset "fontset" ())
241(declare-function create-fontset-from-fontset-spec "fontset" 242(declare-function create-fontset-from-fontset-spec "fontset"
242 (fontset-spec &optional style-variant noerror)) 243 (fontset-spec &optional style-variant noerror))
243(declare-function create-fontset-from-x-resource "fontset" ()) 244(declare-function create-fontset-from-x-resource "fontset" ())