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:
parent
403c00a573
commit
3f951594de
1 changed files with 2 additions and 0 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue