aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorFrancesco Potortì2007-11-15 13:32:27 +0000
committerFrancesco Potortì2007-11-15 13:32:27 +0000
commitf14a3ad40803e404ef2930168431701d94a70866 (patch)
tree1696ba48836b2690287836697816ac7df93c9fb0 /lib-src
parentaf13c86adb6587360488f46e077f80c4afb2db27 (diff)
downloademacs-f14a3ad40803e404ef2930168431701d94a70866.tar.gz
emacs-f14a3ad40803e404ef2930168431701d94a70866.zip
(C_entries): In case '}', set fvdef to fvnone
unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/etags.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index 0412137496f..0edc281e587 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -4006,9 +4006,9 @@ C_entries (c_ext, inf)
4006 bracelev = 0; 4006 bracelev = 0;
4007 token.valid = FALSE; /* something gone amiss, token unreliable */ 4007 token.valid = FALSE; /* something gone amiss, token unreliable */
4008 } 4008 }
4009 if (bracelev == 0 && fvdef == vignore)
4010 fvdef = fvnone; /* end of function */
4011 } 4009 }
4010 if (bracelev == 0 && fvdef == vignore)
4011 fvdef = fvnone; /* end of function */
4012 popclass_above (bracelev); 4012 popclass_above (bracelev);
4013 structdef = snone; 4013 structdef = snone;
4014 /* Only if typdef == tinbody is typdefbracelev significant. */ 4014 /* Only if typdef == tinbody is typdefbracelev significant. */