Mercurial > hg > xemacs-beta
changeset 4852:e0138eaaca0c
need to provide debug-xemacs for debug-on-error changes to work
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-01-13 Ben Wing <ben@xemacs.org>
* debug.c (vars_of_debug):
Provide `debug-xemacs' to signal we have a debug build;
must do this to get previoug `debug-on-error' change to work.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 13 Jan 2010 13:30:17 -0600 |
parents | 5fea88c726f7 |
children | d35e231d347d |
files | src/ChangeLog src/debug.c |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jan 13 13:17:02 2010 -0600 +++ b/src/ChangeLog Wed Jan 13 13:30:17 2010 -0600 @@ -1,3 +1,9 @@ +2010-01-13 Ben Wing <ben@xemacs.org> + + * debug.c (vars_of_debug): + Provide `debug-xemacs' to signal we have a debug build; + must do this to get previoug `debug-on-error' change to work. + 2010-01-13 Jerry James <james@xemacs.org> * font-mgr.c (Ffc_config_app_font_add_file): Fix parentheses.