Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/eval.c Sat Jan 31 17:43:20 2009 +0000 +++ b/src/eval.c Wed Feb 04 01:13:10 2009 +0900 @@ -600,7 +600,7 @@ /* Return 1 if an error with condition-symbols CONDITIONS, and described by SIGNAL-DATA, should skip the debugger - according to debugger-ignore-errors. */ + according to debug-ignored-errors. */ static int skip_debugger (Lisp_Object conditions, Lisp_Object data)