Mercurial > emacs
view lisp/sb-tag.xpm @ 42939:0786ea38f9fd
(compilation-handle-exit):
Add a compilation-handle-exit property to the "finished" message.
(compilation-parse-errors): Stop parsing when that property is seen.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 25 Jan 2002 02:36:36 +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", " ", " ", " ............... ", " .+++++++++++++++.", " .+@@@@@@@@@@@@@@+.", " .+@@@@@@@@@@@@@@@+.", ".+@@@@@@@@@@@@@@@@+.", ".+@++@@@@@@@@@@@@@+.", ".+@++@@@@@@@@@@@@@+.", ".+@@@@@@@@@@@@@@@@+.", " .+@@@@@@@@@@@@@@@+.", " .+@@@@@@@@@@@@@@+.", ". .+++++++++++++++.", " ............... ", " "};