]> git.eshelyaron.com Git - emacs.git/commitdiff
(enum event_kind): Add buffer_switch_event.
authorKarl Heuer <kwzh@gnu.org>
Fri, 8 Apr 1994 05:57:55 +0000 (05:57 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 8 Apr 1994 05:57:55 +0000 (05:57 +0000)
src/termhooks.h

index e20a8fea5ed1493938d0d5e05c27f9e2c0ea461a..6d8c19ae441d141b5157affdd0b3d6346396f1d3 100644 (file)
@@ -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".  */
 };