Mercurial > hg > xemacs-beta
view src/toolbar-xlike.h @ 5110:b24cf478a45e
make test backtraces smaller
-------------------- ChangeLog entries follow: --------------------
lisp/ChangeLog addition:
2010-03-06 Ben Wing <ben@xemacs.org>
* test-harness.el:
* test-harness.el (test-harness-backtrace): New.
* test-harness.el (test-harness-assertion-failure-do-debug):
* test-harness.el (test-harness-unexpected-error-do-debug):
Use the print settings from edebug.el to make backtraces not
be so huge.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 06 Mar 2010 21:13:19 -0600 |
parents | fce43cb76a1c |
children | 2aa9cd456ae7 |
line wrap: on
line source
/* toolbar-xlike.h ** ** Description: ** ** Created by: William M. Perry ** Copyright (c) 2001 Free Software Foundation ** */ #ifndef __TOOLBAR_XLIKE_H__ #define __TOOLBAR_XLIKE_H__ extern void xlike_output_frame_toolbars (struct frame *f); extern void xlike_redraw_exposed_toolbars (struct frame *f, int x, int y, int width, int height); extern void xlike_redraw_frame_toolbars (struct frame *f); extern void xlike_output_toolbar_button (struct frame *f, Lisp_Object button); extern void xlike_clear_frame_toolbars (struct frame *f); #endif /* __TOOLBAR_XLIKE_H__ */