view etc/images/gnus/reverse-smile.xpm @ 64740:eeed7a7c1afa

(grep-regexp-alist): Set 5th arg `TYPE' to 0 instead of 1 to display binary file names as info file links. (grep-error-face): Use `compilation-error-face' instead of `font-lock-keyword-face'. (grep-mode-font-lock-keywords): Use `compilation-info-text-face' and `compilation-warning-text-face' instead of `font-lock-keyword-face'. Use `compilation-error-text-face' instead of `grep-error-face'.
author Juri Linkov <juri@jurta.org>
date Sat, 06 Aug 2005 01:10:19 +0000
parents 210af0ad3d35
children
line wrap: on
line source

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