diff options
author | Glenn Morris <rgm@gnu.org> | 2013-05-21 20:15:03 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-05-21 20:15:03 -0700 |
commit | f6ebbb46d6cf3733f53a17bbeafe59b6b7f4e7cc (patch) | |
tree | 2d9ffcbaa979b6c1189b4ad9d778aa1fe254a66a /lisp/term/w32console.el | |
parent | 0cdffd7dd407452c8d60931736a5be52cf9ed7b6 (diff) | |
download | emacs-f6ebbb46d6cf3733f53a17bbeafe59b6b7f4e7cc.tar.gz |
Silence w32console.el compilation
* lisp/term/w32console.el (w32-get-console-codepage)
(w32-get-console-output-codepage): Declare.
Diffstat (limited to 'lisp/term/w32console.el')
-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 @@ (declare-function x-setup-function-keys "term/common-win" (frame)) (declare-function get-screen-color "w32console.c" ()) +(declare-function w32-get-console-codepage "w32proc.c" ()) +(declare-function w32-get-console-output-codepage "w32proc.c" ()) (defun terminal-init-w32console () "Terminal initialization function for w32 console." |