Mercurial > emacs
comparison src/bytecode.c @ 88351:aac41b50c875
Include "character.h" instead of "charset.h".
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Fri, 01 Mar 2002 01:06:01 +0000 |
| parents | 791ec0f30e9e |
| children | 547647cd162a |
comparison
equal
deleted
inserted
replaced
| 88350:92955c874f43 | 88351:aac41b50c875 |
|---|---|
| 35 */ | 35 */ |
| 36 | 36 |
| 37 #include <config.h> | 37 #include <config.h> |
| 38 #include "lisp.h" | 38 #include "lisp.h" |
| 39 #include "buffer.h" | 39 #include "buffer.h" |
| 40 #include "charset.h" | 40 #include "character.h" |
| 41 #include "syntax.h" | 41 #include "syntax.h" |
| 42 | 42 |
| 43 #ifdef CHECK_FRAME_FONT | 43 #ifdef CHECK_FRAME_FONT |
| 44 #include "frame.h" | 44 #include "frame.h" |
| 45 #include "xterm.h" | 45 #include "xterm.h" |
