summaryrefslogtreecommitdiff
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-08-11 20:45:15 +0000
committerRichard M. Stallman <rms@gnu.org>1993-08-11 20:45:15 +0000
commitc01e391673c7343d88d0eda6dd7e5e5d6bada52b (patch)
tree7a9d28cf5be8707378fa54aa7063ab73b1e2e2b4 /src/termhooks.h
parentaf90eacbf8f6faf19d1734c80ab857f01c05fdf6 (diff)
downloademacs-c01e391673c7343d88d0eda6dd7e5e5d6bada52b.tar.gz
(enum event_kind): Delete final comma.
(meta_modifier): Delete final comma.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h4
1 files 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