aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term/w32console.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-06-12 03:56:20 +0000
committerGlenn Morris <[email protected]>2008-06-12 03:56:20 +0000
commitaa360da10dc1130e40bb82225ee8988a2465f38a (patch)
tree24fea572da73c841761a9d8d8d59645bfa61d926 /lisp/term/w32console.el
parent1ad31f1bbae0aa9de6ff997803dcb4466b24e47d (diff)
Add some compiler declarations, for builds without X.
Diffstat (limited to 'lisp/term/w32console.el')
-rw-r--r--lisp/term/w32console.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/w32console.el b/lisp/term/w32console.el
index 22fe44fb57..21bca078dd 100644
--- a/lisp/term/w32console.el
+++ b/lisp/term/w32console.el
@@ -45,6 +45,8 @@
("white" 15 65535 65535 65535))
"A list of VGA console colors, their indices and 16-bit RGB values.")
+(declare-function x-setup-function-keys "w32-fns" (frame))
+
(defun terminal-init-w32console ()
"Terminal initialization function for w32 console."
;; Share function key initialization with w32 gui frames