(last_point_position_window): Remove decls.
* keyboard.c: Make these variables static.
2011-04-11 Paul Eggert <eggert@cs.ucla.edu>
+ * commands.h (last_point_position, last_point_position_buffer):
+ (last_point_position_window): Remove decls.
+ * keyboard.c: Make these variables static.
+
* coding.h (coding, code_convert_region, encode_coding_gap): Remove
decls.
* coding.c (Vsjis_coding_system, Vbig5_coding_system):
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;
/* Set this nonzero to force reconsideration of mode line. */
extern int update_mode_lines;
-
Lisp_Object real_this_command;
/* The value of point when the last command was started. */
-EMACS_INT last_point_position;
+static EMACS_INT last_point_position;
/* The buffer that was current when the last command was started. */
-Lisp_Object last_point_position_buffer;
+static Lisp_Object last_point_position_buffer;
/* The window that was selected when the last command was started. */
-Lisp_Object last_point_position_window;
+static Lisp_Object last_point_position_window;
/* The frame in which the last input event occurred, or Qmacro if the
last event came from a macro. We use this to determine when to