diff options
| author | Luc Teirlinck | 2005-12-26 18:35:10 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-12-26 18:35:10 +0000 |
| commit | 3f951594defbca3d72c9e5bf7655af0cfbbdbf71 (patch) | |
| tree | ad02fddae9833d5016bc173fdefdf33d67c60a0e /src | |
| parent | 403c00a57390640111e0390163d3c1248fac39a6 (diff) | |
| download | emacs-3f951594defbca3d72c9e5bf7655af0cfbbdbf71.tar.gz emacs-3f951594defbca3d72c9e5bf7655af0cfbbdbf71.zip | |
extern last_point_position_window.
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 | ||