From 6cd195e29230226c8baec6744bbc9aeee517fccf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 11 Aug 1993 20:45:15 +0000 Subject: [PATCH] (enum event_kind): Delete final comma. (meta_modifier): Delete final comma. --- src/termhooks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/termhooks.h b/src/termhooks.h index e3b6f08f6b1..4ef621fc246 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -240,7 +240,7 @@ enum event_kind milliseconds) for the click. */ selection_request_event, /* Another X client wants a selection from us. See `struct selection_event'. */ - selection_clear_event, /* Another X client cleared our selection. */ + selection_clear_event X client cleared our selection. */ }; /* If a struct input_event has a kind which is selection_request_event @@ -320,7 +320,7 @@ enum { hyper_modifier= CHAR_HYPER, /* Under X, the XK_Hyper_[LR] keysyms. */ shift_modifier= CHAR_SHIFT, ctrl_modifier = CHAR_CTL, - meta_modifier = CHAR_META, /* Under X, the XK_Meta_[LR] keysyms. */ + meta_modifier = CHAR_META /* Under X, the XK_Meta_[LR] keysyms. */ }; #endif -- 2.39.5