diff options
| author | Yuuki Harano | 2020-05-26 20:41:09 +0900 |
|---|---|---|
| committer | Jeff Walsh | 2020-11-24 12:24:40 +1100 |
| commit | 89cbe3756c373ca3d1c83055498291f724ca8aa6 (patch) | |
| tree | 98e4e9014ddc4085ae622509a14a4357198ee3c6 /src | |
| parent | 20dbd4e283229c98e8bbf1a60da66dde00036d77 (diff) | |
| download | emacs-89cbe3756c373ca3d1c83055498291f724ca8aa6.tar.gz emacs-89cbe3756c373ca3d1c83055498291f724ca8aa6.zip | |
* src/keyboard.c (make_lispy_event): Fix coding style
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 f6c44a11fb9..6605419c5c7 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -6052,7 +6052,7 @@ make_lispy_event (struct input_event *event) | |||
| 6052 | 6052 | ||
| 6053 | #ifdef HAVE_PGTK | 6053 | #ifdef HAVE_PGTK |
| 6054 | case PGTK_PREEDIT_TEXT_EVENT: | 6054 | case PGTK_PREEDIT_TEXT_EVENT: |
| 6055 | return list2 (intern("pgtk-preedit-text"), event->arg); | 6055 | return list2 (intern ("pgtk-preedit-text"), event->arg); |
| 6056 | #endif | 6056 | #endif |
| 6057 | 6057 | ||
| 6058 | /* The 'kind' field of the event is something we don't recognize. */ | 6058 | /* The 'kind' field of the event is something we don't recognize. */ |