diff options
| author | Miles Bader | 2006-02-26 07:09:24 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-02-26 07:09:24 +0000 |
| commit | a6c05016ac9ce84cdff34608b36d5677e9843068 (patch) | |
| tree | b7f6958e7114053de680f16ea840a970c594b085 /src/eval.c | |
| parent | 50ca3b1a04f92fed78e7f69ad57479416dc15634 (diff) | |
| parent | 782ea71aba3761983d71bf8ab9bb77c974abab56 (diff) | |
| download | emacs-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.c | 2 |
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; |