Mercurial > emacs
view lisp/toolbar/alias.xpm @ 90214:460ee00505d5
(QCascii_compatible_p): New variable.
(syms_of_coding): Initialize it.
(ONE_MORE_BYTE): Decrement `src' before calling string_char.
(ONE_MORE_BYTE_NO_CHECK): Likewise.
(record_conversion_result): Add `default:' case.
(coding_charset_list): Delete unused variable `coding_type'.
(Fdefine_coding_system_internal): Add `ascii-compatible-p'
property in the plist of the coding system.
(Fcoding_system_put): Check QCascii_compatible_p.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 29 Jul 2005 06:20:30 +0000 |
parents | 30c4902b654d |
children |
line wrap: on
line source
/* XPM */ static char * alias_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 4 1", " c None", ". c #61b761b7600a", "X c #a5d8a5d89550", "o c black", /* pixels */ " ", " ", " ", " ...... ", " ...XXXX..XX ", " o..ooooooo... ", " ooo oooo..X ", " o.X ooo... ", " o.X ooo.XX ", " o.X oo.. ", " o.X oo. ", " o... oo.. ", " o.X o.. ", " o.XX oX. ", " o.... oo. ", " o..XX oooo ", " o...XXX XXoooo ", " ooo........ooooo ", " oooooXXooooo.oo ", " ooo o..oo", " o...", " ooo", " oo", " "};