Mercurial > hg > xemacs-beta
comparison src/eval.c @ 4624:9dd42cb187ed
Fix typo in comment on skip_debugger.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Wed, 04 Feb 2009 01:13:10 +0900 |
parents | 69a1eda3da06 |
children | 48b45a606961 |
comparison
equal
deleted
inserted
replaced
4592:c6d4ffc018a6 | 4624:9dd42cb187ed |
---|---|
598 } | 598 } |
599 | 599 |
600 | 600 |
601 /* Return 1 if an error with condition-symbols CONDITIONS, | 601 /* Return 1 if an error with condition-symbols CONDITIONS, |
602 and described by SIGNAL-DATA, should skip the debugger | 602 and described by SIGNAL-DATA, should skip the debugger |
603 according to debugger-ignore-errors. */ | 603 according to debug-ignored-errors. */ |
604 | 604 |
605 static int | 605 static int |
606 skip_debugger (Lisp_Object conditions, Lisp_Object data) | 606 skip_debugger (Lisp_Object conditions, Lisp_Object data) |
607 { | 607 { |
608 /* This function can GC */ | 608 /* This function can GC */ |