diff lisp/term/w32console.el @ 95841:b4e36ff621b3

Add some compiler declarations, for builds without X.
author Glenn Morris <rgm@gnu.org>
date Thu, 12 Jun 2008 03:56:20 +0000
parents f3ab0c2464f5
children a9dc0e7c3f2b
line wrap: on
line diff
--- a/lisp/term/w32console.el	Thu Jun 12 03:54:06 2008 +0000
+++ b/lisp/term/w32console.el	Thu Jun 12 03:56:20 2008 +0000
@@ -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