emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104192: * lisp/term/w32console.el (g


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104192: * lisp/term/w32console.el (get-screen-color): Declare.
Date: Wed, 11 May 2011 09:34:15 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104192
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-05-11 09:34:15 -0700
message:
  * lisp/term/w32console.el (get-screen-color): Declare.
modified:
  lisp/ChangeLog
  lisp/term/w32console.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-05-11 16:31:33 +0000
+++ b/lisp/ChangeLog    2011-05-11 16:34:15 +0000
@@ -1,5 +1,7 @@
 2011-05-11  Glenn Morris  <address@hidden>
 
+       * term/w32console.el (get-screen-color): Declare.
+
        * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
        Handle symbol elements of byte-compile-initial-macro-environment.
 

=== modified file 'lisp/term/w32console.el'
--- a/lisp/term/w32console.el   2011-05-07 15:44:19 +0000
+++ b/lisp/term/w32console.el   2011-05-11 16:34:15 +0000
@@ -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."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]