view etc/toolbar/last-win-up.xpm @ 5203:733f067a73ce

Check that MODENAME-mode is fboundp before calling it, files.el 2010-04-15 Aidan Kehoe <kehoea@parhasard.net> * files.el (hack-local-variables-prop-line) (hack-one-local-variable): Only attempt to call MODENAME-mode on encountering a -*-MODENAME-*- line if the corresponding symbol has a function binding, avoiding an error if, for example, opening a log file with XLFDs and wild cards. Thanks for the bug report, Henrique Martins!
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 15 Apr 2010 17:01:08 +0100
parents 376386a54a3c
children 7910031dd78a
line wrap: on
line source

/* XPM */
static char * last_win_xpm[] = {
"28 28 5 1",
"       c Gray75 s backgroundToolBarColor",
".      c black",
"x      c white",
"y      c Gray90",
"z      c Gray60",
"                            ",
"                            ",
"                ........... ",
"                .zzzz.zzzz. ",
"         ...........z.zzzz. ",
"         .yyyy.yyyy.z.zzzz. ",
"  ...........y.yyyy.z.zzzz. ",
"  .xxxx.xxxx.y.yyyy.z.zzzz. ",
"  .xxxx.xxxx.y.yyyy........ ",
"  .xxxx.xxxx.y.yyyy.z.zzzz. ",
"  .xxxx.xxxx........z.zzzz. ",
"  .xxxx.xxxx.y.yyyy.z.zzzz. ",
"  ...........y.yyyy.z.zzzz. ",
"  .xxxx.xxxx.y.yyyy.z.zzzz. ",
"  .xxxx.xxxx.y.yyyy........ ",
"  .xxxx.xxxx.y.yyyy.        ",
"  .xxxx.xxxx........        ",
"  .xxxx.xxxx.               ",
"  ...........               ",
"                            ",
"                            ",
"         ..                 ",
"       ...                  ",
"     ...................    ",
"       ...                  ",
"         ..                 ",
"                            ",
"                            "};