diff options
| author | Richard M. Stallman | 1994-06-15 03:54:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-15 03:54:06 +0000 |
| commit | 565620a54d14465fe7c2fe912a41eb7a36d93d10 (patch) | |
| tree | 394b31f26d4fe0c31d80d674398dc45979d775b2 /src/term.c | |
| parent | c389a86d1ca88edab4675b1bd8535d405ed06d66 (diff) | |
| download | emacs-565620a54d14465fe7c2fe912a41eb7a36d93d10.tar.gz emacs-565620a54d14465fe7c2fe912a41eb7a36d93d10.zip | |
Put stdio.h after config.h.
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 6001e9b82d0..6922498983c 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -18,9 +18,9 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include <config.h> | ||
| 21 | #include <stdio.h> | 22 | #include <stdio.h> |
| 22 | #include <ctype.h> | 23 | #include <ctype.h> |
| 23 | #include <config.h> | ||
| 24 | #include "termchar.h" | 24 | #include "termchar.h" |
| 25 | #include "termopts.h" | 25 | #include "termopts.h" |
| 26 | #include "cm.h" | 26 | #include "cm.h" |