summaryrefslogtreecommitdiff
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorYuuki Harano <masm+github@masm11.me>2020-05-26 20:41:09 +0900
committerJeff Walsh <jeff.walsh@drtusers-MacBook-Pro.local>2020-11-24 12:24:40 +1100
commit89cbe3756c373ca3d1c83055498291f724ca8aa6 (patch)
tree98e4e9014ddc4085ae622509a14a4357198ee3c6 /src/keyboard.c
parent20dbd4e283229c98e8bbf1a60da66dde00036d77 (diff)
downloademacs-89cbe3756c373ca3d1c83055498291f724ca8aa6.tar.gz
* src/keyboard.c (make_lispy_event): Fix coding style
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
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)
#ifdef HAVE_PGTK
case PGTK_PREEDIT_TEXT_EVENT:
- return list2 (intern("pgtk-preedit-text"), event->arg);
+ return list2 (intern ("pgtk-preedit-text"), event->arg);
#endif
/* The 'kind' field of the event is something we don't recognize. */