aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/term/w32console.el1
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 642c3fa9e7b..ece031119d3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12011-05-11 Glenn Morris <rgm@gnu.org> 12011-05-11 Glenn Morris <rgm@gnu.org>
2 2
3 * term/w32console.el (get-screen-color): Declare.
4
3 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn): 5 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4 Handle symbol elements of byte-compile-initial-macro-environment. 6 Handle symbol elements of byte-compile-initial-macro-environment.
5 7
diff --git a/lisp/term/w32console.el b/lisp/term/w32console.el
index 8bfde0bae10..cd5aed31982 100644
--- a/lisp/term/w32console.el
+++ b/lisp/term/w32console.el
@@ -46,6 +46,7 @@
46"A list of VGA console colors, their indices and 16-bit RGB values.") 46"A list of VGA console colors, their indices and 16-bit RGB values.")
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 50
50(defun terminal-init-w32console () 51(defun terminal-init-w32console ()
51 "Terminal initialization function for w32 console." 52 "Terminal initialization function for w32 console."