mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-01 19:30:45 -08:00
* eval.c (toplevel): Remove redundant #include directives.
* xterm.c (x_initialize): Add static to match prototype.
This commit is contained in:
parent
9dc774d479
commit
67343d1d9f
3 changed files with 3 additions and 6 deletions
|
|
@ -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 <eggert@cs.ucla.edu>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,11 +27,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#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. */
|
||||
|
||||
|
|
|
|||
|
|
@ -10568,7 +10568,7 @@ x_create_terminal (struct x_display_info *dpyinfo)
|
|||
return terminal;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
x_initialize (void)
|
||||
{
|
||||
baud_rate = 19200;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue