Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
026b8c1e
Commit
026b8c1e
authored
Apr 08, 1994
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(enum event_kind): Add buffer_switch_event.
parent
fcaa7665
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/termhooks.h
src/termhooks.h
+2
-1
No files found.
src/termhooks.h
View file @
026b8c1e
...
...
@@ -190,7 +190,7 @@ extern int (*read_socket_hook) ();
extern
int
(
*
frame_up_to_date_hook
)
();
/* Expedient hack: only provide the below definitions to files that
are prepared to handle lispy things.
XINT
is defined iff lisp.h
are prepared to handle lispy things.
CONSP
is defined iff lisp.h
has been included before this file. */
#ifdef CONSP
...
...
@@ -246,6 +246,7 @@ enum event_kind
selection_request_event
,
/* Another X client wants a selection from us.
See `struct selection_event'. */
selection_clear_event
,
/* Another X client cleared our selection. */
buffer_switch_event
,
/* A process filter has switched buffers. */
delete_window_event
/* An X client said "delete this window". */
};
...
...
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