]> code.delx.au - gnu-emacs/blobdiff - src/commands.h
Fix bug #11367 with assertion violation during vertical motion in egg.el.
[gnu-emacs] / src / commands.h
index 925e0ba1b80b4992bc8a90d7860c77c3449bbd1f..36f600cee01a7060e5c2645f9c4c27330eecf394 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions needed by most editing commands.
-   Copyright (C) 1985, 1994, 2001-2011  Free Software Foundation, Inc.
+   Copyright (C) 1985, 1994, 2001-2012  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -36,15 +36,6 @@ extern Lisp_Object control_x_map;
    events until a non-ASCII event is acceptable as input.  */
 extern Lisp_Object unread_switch_frame;
 
-/* The value of point when the last command was started.  */
-extern EMACS_INT last_point_position;
-
-/* The buffer that was current when the last command was started.  */
-extern Lisp_Object last_point_position_buffer;
-
-/* The window that was selected when the last command was started.  */
-extern Lisp_Object last_point_position_window;
-
 /* Nonzero means ^G can quit instantly */
 extern int immediate_quit;
 
@@ -55,4 +46,3 @@ extern int immediate_quit;
 /* Set this nonzero to force reconsideration of mode line. */
 
 extern int update_mode_lines;
-