* lisp/term/w32console.el (get-screen-color): Declare.
authorGlenn Morris <rgm@gnu.org>
Wed, 11 May 2011 16:34:15 +0000 (09:34 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 11 May 2011 16:34:15 +0000 (09:34 -0700)
lisp/ChangeLog
lisp/term/w32console.el

index 642c3fa..ece0311 100644 (file)
@@ -1,5 +1,7 @@
 2011-05-11  Glenn Morris  <rgm@gnu.org>
 
+       * term/w32console.el (get-screen-color): Declare.
+
        * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
        Handle symbol elements of byte-compile-initial-macro-environment.
 
index 8bfde0b..cd5aed3 100644 (file)
@@ -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."