Mercurial > emacs
annotate lisp/sb-tag-minus.xpm @ 61205:7178fdb70eff
(cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
Use buffer-live-p.
(cvs-mode-run): Don't call cvs-update-header here.
(cvs-run-process): Call cvs-update-header.
Use process properties for cvs-postprocess and cvs-buffer so that
the sentinel can behave better if the temp buffer is killed.
Use a pipe rather than a tty, to better handle unexpected prompts.
(cvs-sentinel): Rewrite. Call cvs-update-header.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 01 Apr 2005 17:58:09 +0000 |
parents | c2a09ac7b7b1 |
children |
rev | line source |
---|---|
29137
b33142291391
Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
1 /* XPM */ |
55471 | 2 static char * sb_tag_minus_xpm[] = { |
3 "20 15 5 1", | |
29137
b33142291391
Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
4 " c None", |
55471 | 5 ". c #B8B8B8", |
29137
b33142291391
Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
6 "+ c #000000", |
b33142291391
Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
7 "@ c #FFF993", |
55471 | 8 "# c #828282", |
29137
b33142291391
Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
9 " ", |
b33142291391
Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
10 " ", |
55471 | 11 " .............. ", |
12 " .++++++++++++++. ", | |
13 " .+@@@@@@@@@@@@@@+#", | |
14 " .+@@@@@@@@@@@@@@@+#", | |
15 ".+@@@@@@@@@@@@@@@@+#", | |
16 ".+@++@@+++++@@@@@@+#", | |
17 ".+@++@@@.....@@@@@+#", | |
18 ".+@@@@@@@@@@@@@@@@+#", | |
19 " #+@@@@@@@@@@@@@@@+#", | |
20 " #+@@@@@@@@@@@@@@+#", | |
21 " #++++++++++++++# ", | |
22 " ############## ", | |
29137
b33142291391
Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
23 " "}; |