projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d3b9d4
)
* lisp/term/w32console.el (get-screen-color): Declare.
author
Glenn Morris
<rgm@gnu.org>
Wed, 11 May 2011 16:34:15 +0000
(09:34 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 11 May 2011 16:34:15 +0000
(09:34 -0700)
lisp/ChangeLog
patch
|
blob
|
history
lisp/term/w32console.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 642c3fa9e7b04b610f0769a1c52d65c436c714a1..ece031119d3ba314a2696553be0723bc0aca8e4a 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-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.
diff --git
a/lisp/term/w32console.el
b/lisp/term/w32console.el
index 8bfde0bae100487c9ee728cb4fd16fdeb2da0be2..cd5aed3198260ef080969848472886cae1fd0228 100644
(file)
--- a/
lisp/term/w32console.el
+++ b/
lisp/term/w32console.el
@@
-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."