/[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.146 by pj, Sun Dec 9 00:57:28 2001 UTC revision 1.146.2.1 by handa, Fri Mar 1 01:42:20 2002 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 321  check_composition (pos, pos_byte, point, Line 321  check_composition (pos, pos_byte, point,
321          if (dp != 0 && VECTORP (DISP_CHAR_VECTOR (dp, c)))              \          if (dp != 0 && VECTORP (DISP_CHAR_VECTOR (dp, c)))              \
322            width = XVECTOR (DISP_CHAR_VECTOR (dp, c))->size;             \            width = XVECTOR (DISP_CHAR_VECTOR (dp, c))->size;             \
323          else                                                            \          else                                                            \
324            width = WIDTH_BY_CHAR_HEAD (*p);                              \            width = CHAR_WIDTH (c);                                       \
325          if (width > 1)                                                  \          if (width > 1)                                                  \
326            wide_column = width;                                          \            wide_column = width;                                          \
327        }                                                                 \        }                                                                 \

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.146.2.1

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