Mercurial > hg > xemacs-beta
view src/toolbar-xlike.h @ 5186:b36d089cbed5
Don't error if describe-char-use-cache t and database not readable, descr-text
2010-04-02 Aidan Kehoe <kehoea@parhasard.net>
* descr-text.el (describe-char-unicode-data):
Don't give up if describe-char-use-cache is t and the database
isn't readable, warn and insert the entire UnicodeData.txt file
instead.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 02 Apr 2010 13:23:31 +0100 |
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__ */