Mercurial > emacs
comparison src/charset.c @ 17843:f03ff9d069c6
Include disptab.h.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 16 May 1997 02:22:39 +0000 |
parents | e154b943bbba |
children | bc8774c7999b |
comparison
equal
deleted
inserted
replaced
17842:cb1af8ead3df | 17843:f03ff9d069c6 |
---|---|
31 #include <config.h> | 31 #include <config.h> |
32 #include "lisp.h" | 32 #include "lisp.h" |
33 #include "buffer.h" | 33 #include "buffer.h" |
34 #include "charset.h" | 34 #include "charset.h" |
35 #include "coding.h" | 35 #include "coding.h" |
36 #include "disptab.h" | |
36 | 37 |
37 #else /* not emacs */ | 38 #else /* not emacs */ |
38 | 39 |
39 #include "mulelib.h" | 40 #include "mulelib.h" |
40 | 41 |