aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorMiles Bader2006-02-26 07:09:24 +0000
committerMiles Bader2006-02-26 07:09:24 +0000
commita6c05016ac9ce84cdff34608b36d5677e9843068 (patch)
treeb7f6958e7114053de680f16ea840a970c594b085 /src/eval.c
parent50ca3b1a04f92fed78e7f69ad57479416dc15634 (diff)
parent782ea71aba3761983d71bf8ab9bb77c974abab56 (diff)
downloademacs-a6c05016ac9ce84cdff34608b36d5677e9843068.tar.gz
emacs-a6c05016ac9ce84cdff34608b36d5677e9843068.zip
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-26
Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 119-122) - Update from CVS
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c
index eff284820f0..06d53c907b4 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -3199,6 +3199,8 @@ record_unwind_protect (function, arg)
3199 Lisp_Object (*function) P_ ((Lisp_Object)); 3199 Lisp_Object (*function) P_ ((Lisp_Object));
3200 Lisp_Object arg; 3200 Lisp_Object arg;
3201{ 3201{
3202 eassert (!handling_signal);
3203
3202 if (specpdl_ptr == specpdl + specpdl_size) 3204 if (specpdl_ptr == specpdl + specpdl_size)
3203 grow_specpdl (); 3205 grow_specpdl ();
3204 specpdl_ptr->func = function; 3206 specpdl_ptr->func = function;