Mercurial > emacs
changeset 4569:9ea563d584f4
(enum event_kind): Delete final comma.
(meta_modifier): Delete final comma.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 11 Aug 1993 20:45:15 +0000 |
parents | ea5521edfb75 |
children | eee89de88c9d |
files | src/termhooks.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/termhooks.h Wed Aug 11 20:42:43 1993 +0000 +++ b/src/termhooks.h Wed Aug 11 20:45:15 1993 +0000 @@ -240,7 +240,7 @@ 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 @@ 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