diff options
| author | Richard M. Stallman | 1995-04-10 05:33:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-10 05:33:58 +0000 |
| commit | 077d751f1452e24c6bc400776c6464f564e074fc (patch) | |
| tree | 4f5bdf6fcf527364bc44e004c4aef69a7ea1fc3c /src | |
| parent | c2fb84883170b04d3e6649e7c1f6f96ca9c1599d (diff) | |
| download | emacs-077d751f1452e24c6bc400776c6464f564e074fc.tar.gz emacs-077d751f1452e24c6bc400776c6464f564e074fc.zip | |
Include keyboard.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/alloc.c | 1 | ||||
| -rw-r--r-- | src/data.c | 1 | ||||
| -rw-r--r-- | src/macros.c | 1 | ||||
| -rw-r--r-- | src/minibuf.c | 1 | ||||
| -rw-r--r-- | src/print.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index 60624b734dc..2436a112ea6 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -28,6 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 28 | #include "window.h" | 28 | #include "window.h" |
| 29 | #include "frame.h" | 29 | #include "frame.h" |
| 30 | #include "blockinput.h" | 30 | #include "blockinput.h" |
| 31 | #include "keyboard.h" | ||
| 31 | #endif | 32 | #endif |
| 32 | 33 | ||
| 33 | #include "syssignal.h" | 34 | #include "syssignal.h" |
diff --git a/src/data.c b/src/data.c index 75e9b55a431..2dc25cf8301 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -26,6 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 26 | 26 | ||
| 27 | #ifndef standalone | 27 | #ifndef standalone |
| 28 | #include "buffer.h" | 28 | #include "buffer.h" |
| 29 | #include "keyboard.h" | ||
| 29 | #endif | 30 | #endif |
| 30 | 31 | ||
| 31 | #include "syssignal.h" | 32 | #include "syssignal.h" |
diff --git a/src/macros.c b/src/macros.c index b03d2dfa18d..0ff7733d445 100644 --- a/src/macros.c +++ b/src/macros.c | |||
| @@ -24,6 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 24 | #include "commands.h" | 24 | #include "commands.h" |
| 25 | #include "buffer.h" | 25 | #include "buffer.h" |
| 26 | #include "window.h" | 26 | #include "window.h" |
| 27 | #include "keyboard.h" | ||
| 27 | 28 | ||
| 28 | Lisp_Object Qexecute_kbd_macro; | 29 | Lisp_Object Qexecute_kbd_macro; |
| 29 | 30 | ||
diff --git a/src/minibuf.c b/src/minibuf.c index 37ae0f370dc..e8f97a2df2a 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -26,6 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 26 | #include "frame.h" | 26 | #include "frame.h" |
| 27 | #include "window.h" | 27 | #include "window.h" |
| 28 | #include "syntax.h" | 28 | #include "syntax.h" |
| 29 | #include "keyboard.h" | ||
| 29 | 30 | ||
| 30 | #define min(a, b) ((a) < (b) ? (a) : (b)) | 31 | #define min(a, b) ((a) < (b) ? (a) : (b)) |
| 31 | 32 | ||
diff --git a/src/print.c b/src/print.c index 7f8fd6daaa8..12da3b3b6d1 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -30,6 +30,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 30 | #include "process.h" | 30 | #include "process.h" |
| 31 | #include "dispextern.h" | 31 | #include "dispextern.h" |
| 32 | #include "termchar.h" | 32 | #include "termchar.h" |
| 33 | #include "keyboard.h" | ||
| 33 | #endif /* not standalone */ | 34 | #endif /* not standalone */ |
| 34 | 35 | ||
| 35 | #ifdef USE_TEXT_PROPERTIES | 36 | #ifdef USE_TEXT_PROPERTIES |