Mercurial > emacs
diff src/indent.c @ 89483:2f877ed80fa6
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 08 Sep 2003 12:53:41 +0000 |
parents | 375f2633d815 beebc1deb7f2 |
children | 7e2d74e52afc |
line wrap: on
line diff
--- a/src/indent.c Mon Sep 08 11:56:09 2003 +0000 +++ b/src/indent.c Mon Sep 08 12:53:41 2003 +0000 @@ -22,7 +22,7 @@ #include <config.h> #include "lisp.h" #include "buffer.h" -#include "charset.h" +#include "character.h" #include "category.h" #include "indent.h" #include "keyboard.h" @@ -323,7 +323,7 @@ if (dp != 0 && VECTORP (DISP_CHAR_VECTOR (dp, c))) \ width = XVECTOR (DISP_CHAR_VECTOR (dp, c))->size; \ else \ - width = WIDTH_BY_CHAR_HEAD (*p); \ + width = CHAR_WIDTH (c); \ if (width > 1) \ wide_column = width; \ } \