aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuc Teirlinck2005-12-26 18:35:45 +0000
committerLuc Teirlinck2005-12-26 18:35:45 +0000
commitac0526190ab00b4ea236e0ef1dc43f998d4ae9e6 (patch)
treeb08d8e824c4e24a4bf8848c7f5dd21743cac7986 /src
parent3f951594defbca3d72c9e5bf7655af0cfbbdbf71 (diff)
downloademacs-ac0526190ab00b4ea236e0ef1dc43f998d4ae9e6.tar.gz
emacs-ac0526190ab00b4ea236e0ef1dc43f998d4ae9e6.zip
include keyboard.h.
Diffstat (limited to 'src')
-rw-r--r--src/undo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/undo.c b/src/undo.c
index bf774affac5..a7a2fadfefb 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -25,6 +25,7 @@ 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"
28 29
29/* Limits controlling how much undo information to keep. */ 30/* Limits controlling how much undo information to keep. */
30 31