aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2011-05-11 09:34:15 -0700
committerGlenn Morris <[email protected]>2011-05-11 09:34:15 -0700
commit93c9df73d884c3de2773a8731337efaef04f166f (patch)
tree4416a5f5df196ed92dd0af15b56dc3255e13277e /lisp/term
parent7d3b9d44989043a707d936561613a4d5afcd47f4 (diff)
* lisp/term/w32console.el (get-screen-color): Declare.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/w32console.el1
1 files changed, 1 insertions, 0 deletions
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."