1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

Silence w32console.el compilation

* lisp/term/w32console.el (w32-get-console-codepage)
(w32-get-console-output-codepage): Declare.
This commit is contained in:
Glenn Morris 2013-05-21 20:15:03 -07:00
parent 0cdffd7dd4
commit f6ebbb46d6
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2013-05-22 Glenn Morris <rgm@gnu.org>
* term/w32console.el (w32-get-console-codepage)
(w32-get-console-output-codepage): Declare.
* dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
Remove unnecessary declarations.
(dframe-message): Doc fix.

View File

@ -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."