changeset 6747:135dd9df7893

(enum event_kind): Add buffer_switch_event.
author Karl Heuer <kwzh@gnu.org>
date Fri, 08 Apr 1994 05:57:55 +0000
parents cda1ce7952ca
children b1cde622fa65
files src/termhooks.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/termhooks.h	Fri Apr 08 05:52:00 1994 +0000
+++ b/src/termhooks.h	Fri Apr 08 05:57:55 1994 +0000
@@ -190,7 +190,7 @@
 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 @@
   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".  */
 };