aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
authorKaroly Lorentey2004-08-23 10:12:04 +0000
committerKaroly Lorentey2004-08-23 10:12:04 +0000
commitf5272227fd50f5c3846e63f600601b625b6a6182 (patch)
tree85312708f4fa58f09eaeafe2403f9b99c883ebbc /src/bytecode.c
parent90376e6f1799b1268d6df6d7934b593ee0c4f575 (diff)
parent49eac10f921716d0cac034c977731fddd115388a (diff)
downloademacs-f5272227fd50f5c3846e63f600601b625b6a6182.tar.gz
emacs-f5272227fd50f5c3846e63f600601b625b6a6182.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-501 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-502 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-503 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-504 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-505 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-236
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index a13ecc19770..0d3be49877c 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -855,10 +855,7 @@ If the third argument is incorrect, Emacs may crash. */)
855 } 855 }
856 856
857 case Bunwind_protect: 857 case Bunwind_protect:
858 /* The function record_unwind_protect can GC. */
859 BEFORE_POTENTIAL_GC ();
860 record_unwind_protect (Fprogn, POP); 858 record_unwind_protect (Fprogn, POP);
861 AFTER_POTENTIAL_GC ();
862 break; 859 break;
863 860
864 case Bcondition_case: 861 case Bcondition_case: