/[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.162 by lektu, Tue Feb 4 14:03:13 2003 UTC revision 1.163 by monnier, Tue Feb 25 01:36:23 2003 UTC
# Line 609  back_comment (from, from_byte, stop, com Line 609  back_comment (from, from_byte, stop, com
609    
610          case Sendcomment:          case Sendcomment:
611            if (SYNTAX_FLAGS_COMMENT_STYLE (syntax) == comstyle            if (SYNTAX_FLAGS_COMMENT_STYLE (syntax) == comstyle
612                && (SYNTAX_FLAGS_COMMENT_NESTED (prev_syntax)                && ((com2end && SYNTAX_FLAGS_COMMENT_NESTED (prev_syntax))
613                    || SYNTAX_FLAGS_COMMENT_NESTED (syntax)) == comnested)                    || SYNTAX_FLAGS_COMMENT_NESTED (syntax)) == comnested)
614              /* This is the same style of comment ender as ours. */              /* This is the same style of comment ender as ours. */
615              {              {

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.163

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