emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117355: * eval.c (toplevel): Remove redundant #incl


From: Dmitry Antipov
Subject: [Emacs-diffs] trunk r117355: * eval.c (toplevel): Remove redundant #include directives.
Date: Tue, 17 Jun 2014 03:42:51 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117355
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Tue 2014-06-17 07:40:29 +0400
message:
  * eval.c (toplevel): Remove redundant #include directives.
  * xterm.c (x_initialize): Add static to match prototype.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/eval.c                     eval.c-20091113204419-o5vbwnq5f7feedwu-237
  src/xterm.c                    xterm.c-20091113204419-o5vbwnq5f7feedwu-244
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-06-17 03:14:00 +0000
+++ b/src/ChangeLog     2014-06-17 03:40:29 +0000
@@ -5,6 +5,8 @@
        * lisp.h (Fread_file_name): Do not EXFUN it.
        * composite.c (CHAR_COMPOSABLE_P): Replace unsafe macro with ...
        (char_composable_p): ... static function.  All users changed.
+       * eval.c (toplevel): Remove redundant #include directives.
+       * xterm.c (x_initialize): Add static to match prototype.
 
 2014-06-16  Paul Eggert  <address@hidden>
 

=== modified file 'src/eval.c'
--- a/src/eval.c        2014-02-10 09:48:17 +0000
+++ b/src/eval.c        2014-06-17 03:40:29 +0000
@@ -27,11 +27,6 @@
 #include "commands.h"
 #include "keyboard.h"
 #include "dispextern.h"
-#include "frame.h"             /* For XFRAME.  */
-
-#if HAVE_X_WINDOWS
-#include "xterm.h"
-#endif
 
 /* Chain of condition and catch handlers currently in effect.  */
 

=== modified file 'src/xterm.c'
--- a/src/xterm.c       2014-06-16 08:49:09 +0000
+++ b/src/xterm.c       2014-06-17 03:40:29 +0000
@@ -10568,7 +10568,7 @@
   return terminal;
 }
 
-void
+static void
 x_initialize (void)
 {
   baud_rate = 19200;


reply via email to

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