diff options
| author | Pavel Janík | 2002-01-31 06:57:08 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-01-31 06:57:08 +0000 |
| commit | f95c4fe5fafb503c73c6bad52e754e36159fe74b (patch) | |
| tree | fcfa66217b02a7cb6eca2c90a58b9ab052699511 /src | |
| parent | cc13aa2576d616fb89e995f55733e81f209b31a0 (diff) | |
| download | emacs-f95c4fe5fafb503c73c6bad52e754e36159fe74b.tar.gz emacs-f95c4fe5fafb503c73c6bad52e754e36159fe74b.zip | |
Fix typo.
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 7b36685172a..39a4cf93f28 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -9144,7 +9144,7 @@ will read just one key sequence. */) | |||
| 9144 | ! NILP (can_return_switch_frame), 0); | 9144 | ! NILP (can_return_switch_frame), 0); |
| 9145 | 9145 | ||
| 9146 | #if 0 /* The following is fine for code reading a key sequence and | 9146 | #if 0 /* The following is fine for code reading a key sequence and |
| 9147 | then proceeding with a lenghty compuation, but it's not good | 9147 | then proceeding with a lenghty computation, but it's not good |
| 9148 | for code reading keys in a loop, like an input method. */ | 9148 | for code reading keys in a loop, like an input method. */ |
| 9149 | #ifdef HAVE_X_WINDOWS | 9149 | #ifdef HAVE_X_WINDOWS |
| 9150 | if (display_hourglass_p) | 9150 | if (display_hourglass_p) |