diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 *)); | |||
| 301 | /* User-supplied string to translate input characters through. */ | 301 | /* User-supplied string to translate input characters through. */ |
| 302 | extern Lisp_Object Vkeyboard_translate_table; | 302 | extern Lisp_Object Vkeyboard_translate_table; |
| 303 | 303 | ||
| 304 | /* The window that was selected when the last command was started. */ | ||
| 305 | extern Lisp_Object last_point_position_window; | ||
| 304 | 306 | ||
| 305 | extern int parse_menu_item P_ ((Lisp_Object, int, int)); | 307 | extern int parse_menu_item P_ ((Lisp_Object, int, int)); |
| 306 | 308 | ||