comparison src/undo.c @ 67826:0c9673fbeec5

include keyboard.h.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 26 Dec 2005 18:35:45 +0000
parents 11268b0660c8
children ea97c0856620
comparison
equal deleted inserted replaced
67825:ef0dde1a7fd0 67826:0c9673fbeec5
23 #include <config.h> 23 #include <config.h>
24 #include "lisp.h" 24 #include "lisp.h"
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"
28 29
29 /* Limits controlling how much undo information to keep. */ 30 /* Limits controlling how much undo information to keep. */
30 31
31 EMACS_INT undo_limit; 32 EMACS_INT undo_limit;
32 EMACS_INT undo_strong_limit; 33 EMACS_INT undo_strong_limit;