diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/term/w32console.el | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c97eb3b2cb7..4b21f922f36 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-05-22 Glenn Morris <rgm@gnu.org> | 1 | 2013-05-22 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * term/w32console.el (w32-get-console-codepage) | ||
| 4 | (w32-get-console-output-codepage): Declare. | ||
| 5 | |||
| 3 | * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): | 6 | * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): |
| 4 | Remove unnecessary declarations. | 7 | Remove unnecessary declarations. |
| 5 | (dframe-message): Doc fix. | 8 | (dframe-message): Doc fix. |
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." |