emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

A mistake?


From: David Kastrup
Subject: A mistake?
Date: Sat, 17 Nov 2007 22:33:52 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

I see the following commit to the multi-tty branch which I had thought
merged and dead.  Should it be committed to some other branch instead?

commit 653c62647bcb7bff47374709f522d64809c0e369
Author: Francesco Potorti` <address@hidden>
Date:   Thu Nov 15 13:47:05 2007 +0000

    etags.c: (C_entries): In case '}', set fvdef to fvnone
    unconditioned to (!ignoreindent && lp == newlb.buffer + 1).

diff --git a/lib-src/etags.c b/lib-src/etags.c
index 0412137..0edc281 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -4006,9 +4006,9 @@ C_entries (c_ext, inf)
                  bracelev = 0;
                  token.valid = FALSE; /* something gone amiss, token 
unreliable */
                }
-             if (bracelev == 0 && fvdef == vignore)
-               fvdef = fvnone;         /* end of function */
            }
+         if (bracelev == 0 && fvdef == vignore)
+           fvdef = fvnone;             /* end of function */
          popclass_above (bracelev);
          structdef = snone;
          /* Only if typdef == tinbody is typdefbracelev significant. */


-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

[Prev in Thread] Current Thread [Next in Thread]