From: Richard M. Stallman Date: Wed, 11 Aug 1993 20:45:15 +0000 (+0000) Subject: (enum event_kind): Delete final comma. X-Git-Tag: emacs-19.34~11282 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6cd195e29230226c8baec6744bbc9aeee517fccf;p=emacs.git (enum event_kind): Delete final comma. (meta_modifier): Delete final comma. --- 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