diff options
| author | Glenn Morris | 2013-09-17 21:32:01 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-09-17 21:32:01 -0700 |
| commit | 5fa89513d571eccb834632574cbfeff41fd1936f (patch) | |
| tree | 1d893aa65ca4d637c23ad6fb07a5ae9f9cf5aa7b /lisp/term | |
| parent | e843de776724c563b32aded5405fcada1a75d465 (diff) | |
| download | emacs-5fa89513d571eccb834632574cbfeff41fd1936f.tar.gz emacs-5fa89513d571eccb834632574cbfeff41fd1936f.zip | |
* term/w32-win.el (create-default-fontset): Declare.
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/w32-win.el | 1 |
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" ()) |