mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; * lisp/term/w32console.el (set-screen-color): Fix signature.
This commit is contained in:
parent
2bca4ac0ed
commit
00207670e5
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
(declare-function x-setup-function-keys "term/common-win" (frame))
|
||||
(declare-function get-screen-color "w32console.c" (&optional vtp))
|
||||
(declare-function set-screen-color "w32console.c" (&optional vtp))
|
||||
(declare-function set-screen-color "w32console.c" (foreground background &optional vtp))
|
||||
(declare-function w32-get-console-codepage "w32proc.c" ())
|
||||
(declare-function w32-get-console-output-codepage "w32proc.c" ())
|
||||
(declare-function w32-use-virtual-terminal "w32console.c" (enable))
|
||||
|
|
|
|||
Loading…
Reference in a new issue