/[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.147 by monnier, Tue Mar 5 18:56:16 2002 UTC revision 1.148 by lektu, Wed Apr 17 14:19:00 2002 UTC
# Line 938  The return value is the current column. Line 938  The return value is the current column.
938    int c = 0;    int c = 0;
939    int next_boundary;    int next_boundary;
940    
941    int pos_byte, end_byte, next_boundary_byte;    int pos_byte, next_boundary_byte;
942    
943    if (tab_width <= 0 || tab_width > 1000) tab_width = 8;    if (tab_width <= 0 || tab_width > 1000) tab_width = 8;
944    CHECK_NATNUM (column);    CHECK_NATNUM (column);
# Line 947  The return value is the current column. Line 947  The return value is the current column.
947    pos = PT;    pos = PT;
948    pos_byte = PT_BYTE;    pos_byte = PT_BYTE;
949    end = ZV;    end = ZV;
   end_byte = ZV_BYTE;  
950    next_boundary = pos;    next_boundary = pos;
951    next_boundary_byte = PT_BYTE;    next_boundary_byte = PT_BYTE;
952    

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148

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