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
b7064064
Commit
b7064064
authored
Mar 21, 2010
by
Dan Nicolaescu
Browse files
* keyboard.c (Fset_input_interrupt_mode): Remove code depending on NO_SOCK_SIGIO,
not used anymore.
parent
0be96e3a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
admin/CPP-DEFINES
admin/CPP-DEFINES
+0
-3
src/ChangeLog
src/ChangeLog
+5
-0
src/keyboard.c
src/keyboard.c
+0
-4
No files found.
admin/CPP-DEFINES
View file @
b7064064
...
...
@@ -75,9 +75,6 @@ NO_REMAP
VIRT_ADDR_VARIES
WORDS_BIG_ENDIAN
** Not used anymore by any port, can be cleaned up
NO_SOCK_SIGIO
** Misc macros
USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default.
...
...
src/ChangeLog
View file @
b7064064
2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
* keyboard.c (Fset_input_interrupt_mode): Remove code depending on
NO_SOCK_SIGIO, not used anymore.
2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
* m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
...
...
src/keyboard.c
View file @
b7064064
...
...
@@ -11304,11 +11304,7 @@ See also `current-input-mode'. */)
{
/* When using X, don't give the user a real choice,
because we haven't implemented the mechanisms to support it. */
#ifdef NO_SOCK_SIGIO
new_interrupt_input = 0;
#else /* not NO_SOCK_SIGIO */
new_interrupt_input = 1;
#endif /* NO_SOCK_SIGIO */
}
else
#endif /* HAVE_X_WINDOWS */
...
...
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