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/doc.c | |
| parent | 85969c224afb860db6dea46142ae77bbbd7ff2bd (diff) | |
| download | emacs-83be827addf1541b709f80e9f0fc0d0e9ba317e3.tar.gz emacs-83be827addf1541b709f80e9f0fc0d0e9ba317e3.zip | |
Include "character.h" instead of "charset.h".
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 39 | #include "lisp.h" | 39 | #include "lisp.h" |
| 40 | #include "buffer.h" | 40 | #include "buffer.h" |
| 41 | #include "keyboard.h" | 41 | #include "keyboard.h" |
| 42 | #include "charset.h" | 42 | #include "character.h" |
| 43 | #include "keymap.h" | 43 | #include "keymap.h" |
| 44 | 44 | ||
| 45 | #ifdef HAVE_INDEX | 45 | #ifdef HAVE_INDEX |