all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* A mistake?
@ 2007-11-17 21:33 David Kastrup
  2007-11-17 23:42 ` Francesco Potorti`
  0 siblings, 1 reply; 5+ messages in thread
From: David Kastrup @ 2007-11-17 21:33 UTC (permalink / raw)
  To: emacs-devel; +Cc: pot


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` <pot@gnu.org>
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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-11-21 12:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-17 21:33 A mistake? David Kastrup
2007-11-17 23:42 ` Francesco Potorti`
2007-11-18  0:31   ` David Kastrup
2007-11-20 16:23     ` Francesco Potorti`
2007-11-21 12:04       ` Richard Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.