Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
656132eb
Commit
656132eb
authored
Mar 12, 2002
by
Gerd Moellmann
Browse files
Include stdio.h because termhooks.h needs it.
Include termopt.h for interrupt_input.
parent
4006b74e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/xsmfns.c
src/xsmfns.c
+3
-1
No files found.
src/ChangeLog
View file @
656132eb
2002-03-12 Gerd Moellmann <gerd@gnu.org>
* xsmfns.c: Include stdio.h because termhooks.h needs it.
Include termopt.h for interrupt_input.
2002-03-11 Andreas Schwab <schwab@suse.de>
* coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
...
...
src/xsmfns.c
View file @
656132eb
/* Session management module for systems which understand the X Session
management protocol.
Copyright (C) 2002 Free Software Foundation, Inc.
Copyright (C)
2002,
2002 Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -40,11 +40,13 @@ Boston, MA 02111-1307, USA. */
#endif
#include <sys/param.h>
#include <stdio.h>
#include "systime.h"
#include "sysselect.h"
#include "lisp.h"
#include "termhooks.h"
#include "termopts.h"
#ifndef MAXPATHLEN
#define MAXPATHLEN 1024
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment