view etc/images/smilies/wry.xpm @ 104858:53d8d2c49942

* lisp/files.el (find-alternate-file): Run `kill-buffer-hook' manually before killing the old buffer, since by the time `kill-buffer' is run so many buffer variables have been set to nil that it may not behave as expected. (Bug#4061)
author Karl Fogel <kfogel@red-bean.com>
date Sat, 05 Sep 2009 16:25:27 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * wry_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".+++++++++++.",
".+++++++..++.",
".++..+++..++.",
".++..+++++++.",
".+++++++++++.",
".+++++++...+.",
".+++++...+++.",
".++++..+++++.",
" .+++.+++++. ",
"  ..+++++..  ",
"   .......   "};