]> code.delx.au - gnu-emacs/blobdiff - lisp/term/w32console.el
Update copyright year to 2015
[gnu-emacs] / lisp / term / w32console.el
index 1a896eec4d69759b81f0ae6a9afcd8349a021def..a7056cd5edf0cd7f758d286fae8be2589feeddca 100644 (file)
@@ -1,6 +1,6 @@
 ;;; w32console.el -- Setup w32 console keys and colors.
 
-;; Copyright (C) 2007-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2015 Free Software Foundation, Inc.
 
 ;; Author: FSF
 ;; Keywords: terminals
@@ -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."