]> code.delx.au - gnu-emacs/commitdiff
Undo previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 26 Dec 2005 22:11:07 +0000 (22:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 26 Dec 2005 22:11:07 +0000 (22:11 +0000)
src/keyboard.h
src/undo.c

index 9af3e9acc81236c711ce4675802f2401a6f33d32..913f48ee64eeb0ccd984794bdce0765b79351a1b 100644 (file)
@@ -301,9 +301,6 @@ 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));
 
 extern void echo_now P_ ((void));
index a7a2fadfefb171eee66280c15723ea135caffcbb..bf774affac5d1204e4c3fffeaf7d7eacf476b0e8 100644 (file)
@@ -25,7 +25,6 @@ Boston, MA 02110-1301, USA.  */
 #include "buffer.h"
 #include "commands.h"
 #include "window.h"
-#include "keyboard.h"
 
 /* Limits controlling how much undo information to keep.  */