]> git.eshelyaron.com Git - emacs.git/commitdiff
extern last_point_position_window.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 26 Dec 2005 18:35:10 +0000 (18:35 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 26 Dec 2005 18:35:10 +0000 (18:35 +0000)
src/keyboard.h

index afda1c00a92523611c4a101c7df722eb082d04e8..9af3e9acc81236c711ce4675802f2401a6f33d32 100644 (file)
@@ -301,6 +301,8 @@ extern Lisp_Object read_char P_ ((int, int, Lisp_Object *, Lisp_Object, int *));
 /* User-supplied string to translate input characters through.  */
 extern Lisp_Object Vkeyboard_translate_table;
 
+/* The window that was selected when the last command was started.  */
+extern Lisp_Object last_point_position_window;
 
 extern int parse_menu_item P_ ((Lisp_Object, int, int));