Mercurial > hg > xemacs-beta
changeset 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 | c6d4ffc018a6 |
children | 4527fc976aa3 |
files | src/ChangeLog src/eval.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Jan 31 17:43:20 2009 +0000 +++ b/src/ChangeLog Wed Feb 04 01:13:10 2009 +0900 @@ -1,3 +1,7 @@ +2009-02-04 Stephen J. Turnbull <stephen@xemacs.org> + + * eval.c (skip_debugger): Fix typo in preceding comment. + 2009-01-31 Aidan Kehoe <kehoea@parhasard.net> * unicode.c (unicode_convert):
--- 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)