Mercurial > emacs
view lisp/toolbar/repack.xpm @ 89717:2e9328140e82
Include charset.h.
(Vprint_charset_text_property): New variable.
(Qdefault): Extern it.
(PRINT_STRING_NON_CHARSET_FOUND)
(PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
(print_check_string_result): New variable.
(print_check_string_charset_prop): New function.
(print_prune_charset_plist): New variable.
(print_prune_string_charset): New function.
(print_object): Call print_prune_string_charset if
Vprint_charset_text_property is not t.
(print_interval): Print nothing if itnerval->plist is nil.
(syms_of_print): Declare Vprint_charset_text_property as a lisp
variable. Init and staticpro print_prune_charset_plist.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 18 Jan 2004 23:27:07 +0000 |
parents | 2568d5a27317 |
children |
line wrap: on
line source
/* XPM */ static char * mail_repack_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 6 1", " c None", ". c black", "X c #a5d8a5d89550", "o c #d305d305bc3c", "O c #ea03ea03d271", "+ c #828282827474", /* pixels */ " ", " ", " .............. ", " .XXXXXXXXXXXX.. ", " .XXXXXXXXXXXX.X. ", " .XXXXXXXXXXXX.oo. ", " ..............ooo. ", " .OOOOOOOOOOOO.oo. ", " .O++++++++++O.oo. ", " .O+XXXXXXXX+O.o. ", " .+XXXXXXXX+.o.. ", " .+XX...XXX+.... ", " ....o.......oo. ", " ....o.....Oooo. ", " .OOO...OOOO.oooo. ", " .++++++++++.oooo. ", " .+XXXXXXXX+.oooo. ", " .O+XXXXXXXX+O.ooX. ", " .O+XXXXXXXX+O.oo.. ", " .O++++++++++O.o.. ", " ..OOOOOOOOOOOO... ", " ................ ", " ", " "};