aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-12-26 18:35:10 +0000
committerLuc Teirlinck2005-12-26 18:35:10 +0000
commit3f951594defbca3d72c9e5bf7655af0cfbbdbf71 (patch)
treead02fddae9833d5016bc173fdefdf33d67c60a0e
parent403c00a57390640111e0390163d3c1248fac39a6 (diff)
downloademacs-3f951594defbca3d72c9e5bf7655af0cfbbdbf71.tar.gz
emacs-3f951594defbca3d72c9e5bf7655af0cfbbdbf71.zip
extern last_point_position_window.
-rw-r--r--src/keyboard.h2
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. */
302extern Lisp_Object Vkeyboard_translate_table; 302extern Lisp_Object Vkeyboard_translate_table;
303 303
304/* The window that was selected when the last command was started. */
305extern Lisp_Object last_point_position_window;
304 306
305extern int parse_menu_item P_ ((Lisp_Object, int, int)); 307extern int parse_menu_item P_ ((Lisp_Object, int, int));
306 308