X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8546720e6f25eb988e8215de6678798053031440..7e09ef09a479731d01b1ca46e94ddadd73ac98e3:/src/commands.h diff --git a/src/commands.h b/src/commands.h index 925e0ba1b8..19cd2e4989 100644 --- a/src/commands.h +++ b/src/commands.h @@ -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-2015 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -36,23 +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; - -/* Nonzero if input is coming from the keyboard */ +/* Nonzero if input is coming from the keyboard. */ #define INTERACTIVE (NILP (Vexecuting_kbd_macro) && !noninteractive) - -/* Set this nonzero to force reconsideration of mode line. */ - -extern int update_mode_lines; -