Mercurial > emacs
diff src/marker.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 | 23d7de34a596 |
| children | 2f877ed80fa6 |
line wrap: on
line diff
--- a/src/marker.c Fri Mar 01 01:01:48 2002 +0000 +++ b/src/marker.c Fri Mar 01 01:06:01 2002 +0000 @@ -22,7 +22,7 @@ #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. */
