# HG changeset patch # User Richard M. Stallman # Date 1135635067 0 # Node ID ea97c0856620dac0c0eadc47726cef75e186c7aa # Parent 9839c37173e20864cca383d8918e7e872cf77e27 Undo previous change. diff -r 9839c37173e2 -r ea97c0856620 src/keyboard.h --- a/src/keyboard.h Mon Dec 26 22:10:18 2005 +0000 +++ b/src/keyboard.h Mon Dec 26 22:11:07 2005 +0000 @@ -301,9 +301,6 @@ /* 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)); extern void echo_now P_ ((void)); diff -r 9839c37173e2 -r ea97c0856620 src/undo.c --- a/src/undo.c Mon Dec 26 22:10:18 2005 +0000 +++ b/src/undo.c Mon Dec 26 22:11:07 2005 +0000 @@ -25,7 +25,6 @@ #include "buffer.h" #include "commands.h" #include "window.h" -#include "keyboard.h" /* Limits controlling how much undo information to keep. */