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

Diff of /emacs/src/syntax.c

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

revision 1.166.4.5 by miles, Mon Jun 28 07:29:24 2004 UTC revision 1.166.4.6 by miles, Fri Aug 27 07:00:32 2004 UTC
# Line 293  char_quoted (charpos, bytepos) Line 293  char_quoted (charpos, bytepos)
293    
294    DEC_BOTH (charpos, bytepos);    DEC_BOTH (charpos, bytepos);
295    
296    while (bytepos >= beg)    while (charpos >= beg)
297      {      {
298        int c;        int c;
299    
# Line 674  back_comment (from, from_byte, stop, com Line 674  back_comment (from, from_byte, stop, com
674      {      {
675        from = comstart_pos;        from = comstart_pos;
676        from_byte = comstart_byte;        from_byte = comstart_byte;
677        /* Globals are correct now.  */        UPDATE_SYNTAX_TABLE_FORWARD (from - 1);
678      }      }
679    else    else
680      {      {

Legend:
Removed from v.1.166.4.5  
changed lines
  Added in v.1.166.4.6

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