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
17917e74
Commit
17917e74
authored
Oct 07, 2012
by
Eli Zaretskii
Browse files
Fixa typo in last commit.
parent
d263a633
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/w32fns.c
src/w32fns.c
+4
-4
No files found.
src/w32fns.c
View file @
17917e74
...
...
@@ -2262,10 +2262,10 @@ unregister_hot_keys (HWND hwnd)
w32_read_socket runs in the main (a.k.a. "Lisp") thread, and is
called synchronously from keyboard.c when it is known or suspected
that some input is available. w32_read_socket either handles
messages immediately, or converts them
messages
into Emacs input
events and
stuffs them into kbd_buffer, where kbd_buffer_get_event
can get at
them and process them when read_char and its callers
require
input. */
messages immediately, or converts them into Emacs input
events and
stuffs them into kbd_buffer, where kbd_buffer_get_event
can get at
them and process them when read_char and its callers
require
input. */
/* Main message dispatch loop. */
...
...
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