Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6cd195e2
Commit
6cd195e2
authored
Aug 11, 1993
by
Richard M. Stallman
Browse files
(enum event_kind): Delete final comma.
(meta_modifier): Delete final comma.
parent
dc35af79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/termhooks.h
src/termhooks.h
+2
-2
No files found.
src/termhooks.h
View file @
6cd195e2
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment