view lisp/sb-tag.xpm @ 46576:a7eed458393f

Use warnings.el: (byte-compile-warning-prefix): New function. (byte-compile-log-file): Return page start position. (byte-compile-log-warning): New function. (byte-compile-warn): Use byte-compile-log-warning. (byte-compile-report-error): Likewise. Also use error-message-string. (displaying-byte-compile-warnings): Bind warning-series. Don't bind or use byte-compile-warnings-point-max. Don't display the log buffer at the end. (byte-compile-warnings-point-max): Variable deleted. (byte-compile-log-1): Rewrite for trace info, not used for warnings. (byte-compile-last-warned-form, byte-compile-last-logged-file): Defvars moved.
author Richard M. Stallman <rms@gnu.org>
date Sat, 20 Jul 2002 22:01:19 +0000
parents c0758fd9ca7a
children c2a09ac7b7b1
line wrap: on
line source

/* XPM */
static char * sb_tag_xpm[] = {
"20 15 4 1",
" 	c None",
".	c #828282",
"+	c #000000",
"@	c #FFF993",
"                    ",
"                    ",
"    ............... ",
"   .+++++++++++++++.",
"  .+@@@@@@@@@@@@@@+.",
" .+@@@@@@@@@@@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
".+@++@@@@@@@@@@@@@+.",
".+@++@@@@@@@@@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
" .+@@@@@@@@@@@@@@@+.",
"  .+@@@@@@@@@@@@@@+.",
".  .+++++++++++++++.",
"    ............... ",
"                    "};