diff options
| author | Richard M. Stallman | 2005-06-08 15:18:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-08 15:18:49 +0000 |
| commit | 9d138659971d8f027fe1e203e23b885f00cb8c25 (patch) | |
| tree | f028a914993ff6f1f3b1fd2390ac3e2f5a087401 /src | |
| parent | 01836ccef042bfc40a71bb6a6cec44556ad0c34e (diff) | |
| download | emacs-9d138659971d8f027fe1e203e23b885f00cb8c25.tar.gz emacs-9d138659971d8f027fe1e203e23b885f00cb8c25.zip | |
Clean up whitespace.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index a4af619fafd..77663a0ba61 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -1522,7 +1522,7 @@ command_loop_1 () | |||
| 1522 | 1522 | ||
| 1523 | Vthis_command = Qnil; | 1523 | Vthis_command = Qnil; |
| 1524 | real_this_command = Qnil; | 1524 | real_this_command = Qnil; |
| 1525 | Vthis_original_command=Qnil; | 1525 | Vthis_original_command = Qnil; |
| 1526 | 1526 | ||
| 1527 | /* Read next key sequence; i gets its length. */ | 1527 | /* Read next key sequence; i gets its length. */ |
| 1528 | i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0], | 1528 | i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0], |