diff options
| author | Richard M. Stallman | 2005-12-26 22:11:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-26 22:11:07 +0000 |
| commit | 3cece6938dcd1006b7114967bbf4305871c75b1d (patch) | |
| tree | 440389353de7bea76000ffb9c0ebc088027a9f02 | |
| parent | 9cb38333711ffe91fa8bbd0ae6bb162206cbe2f4 (diff) | |
| download | emacs-3cece6938dcd1006b7114967bbf4305871c75b1d.tar.gz emacs-3cece6938dcd1006b7114967bbf4305871c75b1d.zip | |
Undo previous change.
| -rw-r--r-- | src/keyboard.h | 3 | ||||
| -rw-r--r-- | src/undo.c | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 9af3e9acc81..913f48ee64e 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -301,9 +301,6 @@ extern Lisp_Object read_char P_ ((int, int, Lisp_Object *, Lisp_Object, int *)); | |||
| 301 | /* User-supplied string to translate input characters through. */ | 301 | /* User-supplied string to translate input characters through. */ |
| 302 | extern Lisp_Object Vkeyboard_translate_table; | 302 | extern Lisp_Object Vkeyboard_translate_table; |
| 303 | 303 | ||
| 304 | /* The window that was selected when the last command was started. */ | ||
| 305 | extern Lisp_Object last_point_position_window; | ||
| 306 | |||
| 307 | extern int parse_menu_item P_ ((Lisp_Object, int, int)); | 304 | extern int parse_menu_item P_ ((Lisp_Object, int, int)); |
| 308 | 305 | ||
| 309 | extern void echo_now P_ ((void)); | 306 | extern void echo_now P_ ((void)); |
diff --git a/src/undo.c b/src/undo.c index a7a2fadfefb..bf774affac5 100644 --- a/src/undo.c +++ b/src/undo.c | |||
| @@ -25,7 +25,6 @@ Boston, MA 02110-1301, USA. */ | |||
| 25 | #include "buffer.h" | 25 | #include "buffer.h" |
| 26 | #include "commands.h" | 26 | #include "commands.h" |
| 27 | #include "window.h" | 27 | #include "window.h" |
| 28 | #include "keyboard.h" | ||
| 29 | 28 | ||
| 30 | /* Limits controlling how much undo information to keep. */ | 29 | /* Limits controlling how much undo information to keep. */ |
| 31 | 30 | ||