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:
parent
0cdffd7dd4
commit
f6ebbb46d6
@ -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.
|
||||
|
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user