Mercurial > emacs
changeset 67825:ef0dde1a7fd0
extern last_point_position_window.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 26 Dec 2005 18:35:10 +0000 |
parents | a0e1e7ed2f20 |
children | 0c9673fbeec5 |
files | src/keyboard.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.h Mon Dec 26 18:32:36 2005 +0000 +++ b/src/keyboard.h Mon Dec 26 18:35:10 2005 +0000 @@ -301,6 +301,8 @@ /* 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));