diff options
| author | Eli Zaretskii | 2012-10-07 16:54:01 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-07 16:54:01 +0200 |
| commit | 17917e7468f85af6691ed2de56650cede65b749a (patch) | |
| tree | ee8d67354849303730b5340618c4af7fc63aaae1 /src | |
| parent | d263a63399d2b9d20ff2fc963b7d01817c3d3368 (diff) | |
| download | emacs-17917e7468f85af6691ed2de56650cede65b749a.tar.gz emacs-17917e7468f85af6691ed2de56650cede65b749a.zip | |
Fixa typo in last commit.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 0dbeb232db9..db3b3e64b2d 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -2262,10 +2262,10 @@ unregister_hot_keys (HWND hwnd) | |||
| 2262 | w32_read_socket runs in the main (a.k.a. "Lisp") thread, and is | 2262 | w32_read_socket runs in the main (a.k.a. "Lisp") thread, and is |
| 2263 | called synchronously from keyboard.c when it is known or suspected | 2263 | called synchronously from keyboard.c when it is known or suspected |
| 2264 | that some input is available. w32_read_socket either handles | 2264 | that some input is available. w32_read_socket either handles |
| 2265 | messages immediately, or converts them messages into Emacs input | 2265 | messages immediately, or converts them into Emacs input events and |
| 2266 | events and stuffs them into kbd_buffer, where kbd_buffer_get_event | 2266 | stuffs them into kbd_buffer, where kbd_buffer_get_event can get at |
| 2267 | can get at them and process them when read_char and its callers | 2267 | them and process them when read_char and its callers require |
| 2268 | require input. */ | 2268 | input. */ |
| 2269 | 2269 | ||
| 2270 | /* Main message dispatch loop. */ | 2270 | /* Main message dispatch loop. */ |
| 2271 | 2271 | ||