aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-11 20:45:15 +0000
committerRichard M. Stallman1993-08-11 20:45:15 +0000
commit6cd195e29230226c8baec6744bbc9aeee517fccf (patch)
tree7674df328e80a1ea70fae2021c5ff210da236735 /src/termhooks.h
parentdc35af79cba6784bcd520e11545bf43240c016d9 (diff)
downloademacs-6cd195e29230226c8baec6744bbc9aeee517fccf.tar.gz
emacs-6cd195e29230226c8baec6744bbc9aeee517fccf.zip
(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
240 milliseconds) for the click. */ 240 milliseconds) for the click. */
241 selection_request_event, /* Another X client wants a selection from us. 241 selection_request_event, /* Another X client wants a selection from us.
242 See `struct selection_event'. */ 242 See `struct selection_event'. */
243 selection_clear_event, /* Another X client cleared our selection. */ 243 selection_clear_event X client cleared our selection. */
244}; 244};
245 245
246/* If a struct input_event has a kind which is selection_request_event 246/* If a struct input_event has a kind which is selection_request_event
@@ -320,7 +320,7 @@ enum {
320 hyper_modifier= CHAR_HYPER, /* Under X, the XK_Hyper_[LR] keysyms. */ 320 hyper_modifier= CHAR_HYPER, /* Under X, the XK_Hyper_[LR] keysyms. */
321 shift_modifier= CHAR_SHIFT, 321 shift_modifier= CHAR_SHIFT,
322 ctrl_modifier = CHAR_CTL, 322 ctrl_modifier = CHAR_CTL,
323 meta_modifier = CHAR_META, /* Under X, the XK_Meta_[LR] keysyms. */ 323 meta_modifier = CHAR_META /* Under X, the XK_Meta_[LR] keysyms. */
324}; 324};
325 325
326#endif 326#endif