diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 642c3fa9e7b..ece031119d3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-05-11 Glenn Morris + * term/w32console.el (get-screen-color): Declare. + * emacs-lisp/bytecomp.el (byte-compile-arglist-warn): Handle symbol elements of byte-compile-initial-macro-environment. 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 @@ "A list of VGA console colors, their indices and 16-bit RGB values.") (declare-function x-setup-function-keys "term/common-win" (frame)) +(declare-function get-screen-color "w32console.c" ()) (defun terminal-init-w32console () "Terminal initialization function for w32 console."