From: Luc Teirlinck Date: Mon, 26 Dec 2005 18:35:10 +0000 (+0000) Subject: extern last_point_position_window. X-Git-Tag: emacs-pretest-22.0.90~5059 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f951594defbca3d72c9e5bf7655af0cfbbdbf71;p=emacs.git extern last_point_position_window. --- diff --git a/src/keyboard.h b/src/keyboard.h index afda1c00a92..9af3e9acc81 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -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));