]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 642c3fa9e7b04b610f0769a1c52d65c436c714a1..ece031119d3ba314a2696553be0723bc0aca8e4a 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 8bfde0bae100487c9ee728cb4fd16fdeb2da0be2..cd5aed3198260ef080969848472886cae1fd0228 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."