diff options
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/w32console.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/w32console.el b/lisp/term/w32console.el index 1a896eec4d6..95964840c10 100644 --- a/lisp/term/w32console.el +++ b/lisp/term/w32console.el | |||
| @@ -47,6 +47,8 @@ | |||
| 47 | 47 | ||
| 48 | (declare-function x-setup-function-keys "term/common-win" (frame)) | 48 | (declare-function x-setup-function-keys "term/common-win" (frame)) |
| 49 | (declare-function get-screen-color "w32console.c" ()) | 49 | (declare-function get-screen-color "w32console.c" ()) |
| 50 | (declare-function w32-get-console-codepage "w32proc.c" ()) | ||
| 51 | (declare-function w32-get-console-output-codepage "w32proc.c" ()) | ||
| 50 | 52 | ||
| 51 | (defun terminal-init-w32console () | 53 | (defun terminal-init-w32console () |
| 52 | "Terminal initialization function for w32 console." | 54 | "Terminal initialization function for w32 console." |