diff options
| author | Kenichi Handa | 2002-03-01 01:06:01 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-03-01 01:06:01 +0000 |
| commit | 83be827addf1541b709f80e9f0fc0d0e9ba317e3 (patch) | |
| tree | 6aa1e96f75c0a1c2ae2b52db806fcee00d74500b /src/bytecode.c | |
| parent | 85969c224afb860db6dea46142ae77bbbd7ff2bd (diff) | |
| download | emacs-83be827addf1541b709f80e9f0fc0d0e9ba317e3.tar.gz emacs-83be827addf1541b709f80e9f0fc0d0e9ba317e3.zip | |
Include "character.h" instead of "charset.h".
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index f24132dae25..6c4e34ddaa7 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -37,7 +37,7 @@ by Hallvard: | |||
| 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 |