diff options
| author | Dmitry Antipov | 2014-06-17 07:40:29 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-06-17 07:40:29 +0400 |
| commit | 67343d1d9fef95c242a6d050187bb036e4bb82eb (patch) | |
| tree | e72ae3b8bf17178d740e668a4193bfbd1aa21353 /src/xterm.c | |
| parent | 9dc774d4792633e32b3a2e583d6591faa721e637 (diff) | |
| download | emacs-67343d1d9fef95c242a6d050187bb036e4bb82eb.tar.gz emacs-67343d1d9fef95c242a6d050187bb036e4bb82eb.zip | |
* eval.c (toplevel): Remove redundant #include directives.
* xterm.c (x_initialize): Add static to match prototype.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index a5f6ae7d0ab..530bfe63dcb 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -10568,7 +10568,7 @@ x_create_terminal (struct x_display_info *dpyinfo) | |||
| 10568 | return terminal; | 10568 | return terminal; |
| 10569 | } | 10569 | } |
| 10570 | 10570 | ||
| 10571 | void | 10571 | static void |
| 10572 | x_initialize (void) | 10572 | x_initialize (void) |
| 10573 | { | 10573 | { |
| 10574 | baud_rate = 19200; | 10574 | baud_rate = 19200; |