annotate etc/letter.xpm @ 81106:f4d5f1a40875

Fix tq.el edge case (tq-queue-pop): Stifle error when a process has died and we are trying to send a signal to it. The program using tq.el should periodically check to see whether the process has died and react appropriately -- this is not the responsibility of tq.el, and is consistent with the rest of the tq.el source code. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-779 Creator: Michael Olson <mwolson@gnu.org>
author Miles Bader <miles@gnu.org>
date Wed, 30 May 2007 14:06:39 +0000
parents bc20bf61a6e9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
43002
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
1 /* XPM */
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
2 static char * letter_xpm[] = {
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
3 "14 10 2 1",
50393
bc20bf61a6e9 Use transparent/opaque `colours'.
Dave Love <fx@gnu.org>
parents: 43002
diff changeset
4 ". c opaque",
bc20bf61a6e9 Use transparent/opaque `colours'.
Dave Love <fx@gnu.org>
parents: 43002
diff changeset
5 " c None",
43002
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
6 "..............",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
7 "... ...",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
8 ". . . .",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
9 ". . . .",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
10 ". .... .",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
11 ". . .. . .",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
12 ". . . .",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
13 ". . . .",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
14 ".. ..",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
15 ".............."};