From: Glenn Morris Date: Wed, 11 May 2011 16:34:15 +0000 (-0700) Subject: * lisp/term/w32console.el (get-screen-color): Declare. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~308 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=93c9df73d884c3de2773a8731337efaef04f166f;p=emacs.git * lisp/term/w32console.el (get-screen-color): Declare. --- 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."