view etc/images/gnus/followup.xpm @ 103553:af4ee0cb7fb7

* vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision): Add an optional argument for the backend, use it instead of calling vc-backend. (vc-mode-line): Add an optional argument for the backend. Pass the backend to vc-state and vc-working-revision. Move code for special handling for vc-state being a buffer to ... * vc-rcs.el (vc-rcs-find-file-hook): * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions. * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout) (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state, vc-stay-local-p and vc-mode-line calls. * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log) (vc-cvs-diff, vc-cvs-annotate-command) (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p) (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and vc-mode-line calls. * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of direct comparison. (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the backend when calling vc-mode-line. (vc-register): Do not create a closure for calling the vc register function, call it directly.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 23 Jun 2009 06:35:40 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * followup_xpm[] = {
"24 24 4 1",
" 	c None",
".	c #A5A5A5A59595",
"X	c #C7C7C6C6C6C6",
"o	c #E1E1E0E0E0E0",
"                        ",
"          .             ",
"        ..X.            ",
"      ..XXX.            ",
"    ..XXXXXo.           ",
" ...XXXXXXooo.  .       ",
" .o.XXXXXooooo..X.      ",
" .oo.XXXoooo..XXX.      ",
" .oo..Xooo..XXXXXo.     ",
" .oo.XX...XXXXXXooo.    ",
" .o.Xoo.o.XXXXXoooo.    ",
"  .XXoo.oo.XXXoooooo.   ",
"  .Xooo.oo..XXooooooo.  ",
"   .ooo.oo.XXooooooooo. ",
"   .ooo.o.XoooooooooooX.",
"    .ooo.XXoooooooooooo.",
"    .ooo.Xoooooooooooo. ",
"     .ooo.ooooooooooo.  ",
"     .oo..oooooooooo.   ",
"      ..  .ooooooo..    ",
"          .oooooo.      ",
"           .ooo..       ",
"           .oo.         ",
"            ..          "};