1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-17 00:30:37 -08:00

extern last_point_position_window.

This commit is contained in:
Luc Teirlinck 2005-12-26 18:35:10 +00:00
parent 403c00a573
commit 3f951594de

View file

@ -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));