summaryrefslogtreecommitdiff
path: root/src/marker.c
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2002-03-01 01:06:01 +0000
committerKenichi Handa <handa@m17n.org>2002-03-01 01:06:01 +0000
commit83be827addf1541b709f80e9f0fc0d0e9ba317e3 (patch)
tree6aa1e96f75c0a1c2ae2b52db806fcee00d74500b /src/marker.c
parent85969c224afb860db6dea46142ae77bbbd7ff2bd (diff)
downloademacs-83be827addf1541b709f80e9f0fc0d0e9ba317e3.tar.gz
Include "character.h" instead of "charset.h".
Diffstat (limited to 'src/marker.c')
-rw-r--r--src/marker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/marker.c b/src/marker.c
index 475e5ffad6d..1456654bad1 100644
--- a/src/marker.c
+++ b/src/marker.c
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
#include <config.h>
#include "lisp.h"
#include "buffer.h"
-#include "charset.h"
+#include "character.h"
/* Record one cached position found recently by
buf_charpos_to_bytepos or buf_bytepos_to_charpos. */