mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
* lisp/term/w32console.el (get-screen-color): Declare.
This commit is contained in:
parent
7d3b9d4498
commit
93c9df73d8
@ -1,5 +1,7 @@
|
||||
2011-05-11 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* term/w32console.el (get-screen-color): Declare.
|
||||
|
||||
* emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
|
||||
Handle symbol elements of byte-compile-initial-macro-environment.
|
||||
|
||||
|
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user