aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/w32console.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term/w32console.el b/lisp/term/w32console.el
index 5da8b84d3f4..0d3aa934b9b 100644
--- a/lisp/term/w32console.el
+++ b/lisp/term/w32console.el
@@ -45,7 +45,7 @@
45 ("white" 15 65535 65535 65535)) 45 ("white" 15 65535 65535 65535))
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 "w32-fns" (frame)) 48(declare-function x-setup-function-keys "term/common-win" (frame))
49 49
50(defun terminal-init-w32console () 50(defun terminal-init-w32console ()
51 "Terminal initialization function for w32 console." 51 "Terminal initialization function for w32 console."
@@ -62,4 +62,4 @@
62 (tty-set-up-initial-frame-faces) 62 (tty-set-up-initial-frame-faces)
63 (run-hooks 'terminal-init-w32-hook)) 63 (run-hooks 'terminal-init-w32-hook))
64 64
65;; arch-tag: 3195fd5e-ab86-4a46-b1dc-4f7a8c8deff3 65;;; w32console.el ends here