Mercurial > emacs
diff src/print.c @ 31102:6a0caa788013
Include keyboard.h before frame.h.
| author | Andrew Innes <andrewi@gnu.org> |
|---|---|
| date | Tue, 22 Aug 2000 22:41:00 +0000 |
| parents | 6c5d35d06409 |
| children | 9794feac3a9d |
line wrap: on
line diff
--- a/src/print.c Tue Aug 22 22:40:16 2000 +0000 +++ b/src/print.c Tue Aug 22 22:41:00 2000 +0000 @@ -25,12 +25,12 @@ #include "lisp.h" #include "buffer.h" #include "charset.h" +#include "keyboard.h" #include "frame.h" #include "window.h" #include "process.h" #include "dispextern.h" #include "termchar.h" -#include "keyboard.h" #include "intervals.h" Lisp_Object Vstandard_output, Qstandard_output;
