/[emacs]/emacs/src/indent.c
ViewVC logotype

Diff of /emacs/src/indent.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.157 by monnier, Wed Jul 9 14:50:21 2003 UTC revision 1.157.2.1 by handa, Mon Sep 8 12:48:11 2003 UTC
# Line 22  Boston, MA 02111-1307, USA.  */ Line 22  Boston, MA 02111-1307, USA.  */
22  #include <config.h>  #include <config.h>
23  #include "lisp.h"  #include "lisp.h"
24  #include "buffer.h"  #include "buffer.h"
25  #include "charset.h"  #include "character.h"
26  #include "category.h"  #include "category.h"
27  #include "indent.h"  #include "indent.h"
28  #include "keyboard.h"  #include "keyboard.h"
# Line 323  check_composition (pos, pos_byte, point, Line 323  check_composition (pos, pos_byte, point,
323          if (dp != 0 && VECTORP (DISP_CHAR_VECTOR (dp, c)))              \          if (dp != 0 && VECTORP (DISP_CHAR_VECTOR (dp, c)))              \
324            width = XVECTOR (DISP_CHAR_VECTOR (dp, c))->size;             \            width = XVECTOR (DISP_CHAR_VECTOR (dp, c))->size;             \
325          else                                                            \          else                                                            \
326            width = WIDTH_BY_CHAR_HEAD (*p);                              \            width = CHAR_WIDTH (c);                                       \
327          if (width > 1)                                                  \          if (width > 1)                                                  \
328            wide_column = width;                                          \            wide_column = width;                                          \
329        }                                                                 \        }                                                                 \

Legend:
Removed from v.1.157  
changed lines
  Added in v.1.157.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26