emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/termhooks.h


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/termhooks.h
Date: Sun, 10 Mar 2002 11:15:48 -0500

Index: emacs/src/termhooks.h
diff -c emacs/src/termhooks.h:1.56 emacs/src/termhooks.h:1.57
*** emacs/src/termhooks.h:1.56  Sat Oct 20 01:51:38 2001
--- emacs/src/termhooks.h       Sun Mar 10 11:15:48 2002
***************
*** 323,329 ****
  
    /* Queued from XTread_socket on FocusIn events.  Translated into
       `switch-frame' events in kbd_buffer_get_event, if necessary.  */
!   FOCUS_IN_EVENT
  };
  
  /* If a struct input_event has a kind which is selection_request_event
--- 323,333 ----
  
    /* Queued from XTread_socket on FocusIn events.  Translated into
       `switch-frame' events in kbd_buffer_get_event, if necessary.  */
!   FOCUS_IN_EVENT,
! 
!   /* Queued from XTread_socket when session manager sends
!      save yourself before shutdown. */
!   save_session_event
  };
  
  /* If a struct input_event has a kind which is selection_request_event



reply via email to

[Prev in Thread] Current Thread [Next in Thread]