view etc/images/smilies/smile.xpm @ 105824:06f1348e3279

* minibuffer.el (read-file-name): Don't use file dialogs for remote directories (Bug#99).
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 02 Nov 2009 02:06:36 +0000
parents 210af0ad3d35
children
line wrap: on
line source

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