diff options
| author | Dave Love | 2002-10-28 22:48:53 +0000 |
|---|---|---|
| committer | Dave Love | 2002-10-28 22:48:53 +0000 |
| commit | 2d0fb51c1e3828fc59f21f4d81e1d83496e66b0e (patch) | |
| tree | 710802b8924e56d7ef2b2bb0b6d95fb51365b10b /src | |
| parent | d2e692650d9c91b9b8065e1bc60d77a6db5e4950 (diff) | |
| download | emacs-2d0fb51c1e3828fc59f21f4d81e1d83496e66b0e.tar.gz emacs-2d0fb51c1e3828fc59f21f4d81e1d83496e66b0e.zip | |
Comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/termhooks.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index b13c632a033..1d8d3c3f847 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -215,9 +215,7 @@ enum event_kind | |||
| 215 | multibyte_char_keystroke, /* The multibye char code is in .code, | 215 | multibyte_char_keystroke, /* The multibye char code is in .code, |
| 216 | perhaps with modifiers applied. | 216 | perhaps with modifiers applied. |
| 217 | The others are the same as | 217 | The others are the same as |
| 218 | ascii_keystroke. This type of event | 218 | ascii_keystroke. */ |
| 219 | is generated only when we are using | ||
| 220 | XIM on X window. */ | ||
| 221 | non_ascii_keystroke, /* .code is a number identifying the | 219 | non_ascii_keystroke, /* .code is a number identifying the |
| 222 | function key. A code N represents | 220 | function key. A code N represents |
| 223 | a key whose name is | 221 | a key whose name is |