From 93c9df73d884c3de2773a8731337efaef04f166f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 11 May 2011 09:34:15 -0700 Subject: [PATCH] * lisp/term/w32console.el (get-screen-color): Declare. --- lisp/ChangeLog | 2 ++ lisp/term/w32console.el | 1 + 2 files changed, 3 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 642c3fa9e7..ece031119d 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 8bfde0bae1..cd5aed3198 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." -- 2.20.1