changeset 67833:ea97c0856620

Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 Dec 2005 22:11:07 +0000
parents 9839c37173e2
children 1f90f2f751da
files src/keyboard.h src/undo.c
diffstat 2 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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));
--- 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.  */