diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-12-26 18:35:45 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-12-26 18:35:45 +0000 |
commit | ac0526190ab00b4ea236e0ef1dc43f998d4ae9e6 (patch) | |
tree | b08d8e824c4e24a4bf8848c7f5dd21743cac7986 /src/undo.c | |
parent | 3f951594defbca3d72c9e5bf7655af0cfbbdbf71 (diff) | |
download | emacs-ac0526190ab00b4ea236e0ef1dc43f998d4ae9e6.tar.gz |
include keyboard.h.
Diffstat (limited to 'src/undo.c')
-rw-r--r-- | src/undo.c | 1 |
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. */ #include "buffer.h" #include "commands.h" #include "window.h" +#include "keyboard.h" /* Limits controlling how much undo information to keep. */ |