aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-05-11 09:34:15 -0700
committerGlenn Morris2011-05-11 09:34:15 -0700
commit93c9df73d884c3de2773a8731337efaef04f166f (patch)
tree4416a5f5df196ed92dd0af15b56dc3255e13277e
parent7d3b9d44989043a707d936561613a4d5afcd47f4 (diff)
downloademacs-93c9df73d884c3de2773a8731337efaef04f166f.tar.gz
emacs-93c9df73d884c3de2773a8731337efaef04f166f.zip
* lisp/term/w32console.el (get-screen-color): Declare.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/term/w32console.el1
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 642c3fa9e7b..ece031119d3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12011-05-11 Glenn Morris <rgm@gnu.org> 12011-05-11 Glenn Morris <rgm@gnu.org>
2 2
3 * term/w32console.el (get-screen-color): Declare.
4
3 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn): 5 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4 Handle symbol elements of byte-compile-initial-macro-environment. 6 Handle symbol elements of byte-compile-initial-macro-environment.
5 7
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 @@
46"A list of VGA console colors, their indices and 16-bit RGB values.") 46"A list of VGA console colors, their indices and 16-bit RGB values.")
47 47
48(declare-function x-setup-function-keys "term/common-win" (frame)) 48(declare-function x-setup-function-keys "term/common-win" (frame))
49(declare-function get-screen-color "w32console.c" ())
49 50
50(defun terminal-init-w32console () 51(defun terminal-init-w32console ()
51 "Terminal initialization function for w32 console." 52 "Terminal initialization function for w32 console."