Mercurial > emacs
view lisp/toolbar/help.xpm @ 36710:66e9d0506b71
(vc-do-command): If the destination buffer is already current, don't
set it up and don't erase it. Updated doc string to reflect that.
(vc-version-diff): When doing a single file diff, don't switch to the
*vc-diff* buffer before the command. This is to preserve local variable
bindings that might affect the diff command.
(vc-print-log): Don't switch to the *vc* buffer before the command, so
that local variable bindings are preserved.
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Sat, 10 Mar 2001 10:44:35 +0000 |
parents | 8f4a34146a9d |
children | 734ff40978ad |
line wrap: on
line source
/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "24 24 6 1", " c Gray0", ". c #65658b8b5e5e", "X c #934ab2448dfb", "o c #b35dc8c8afaf", "O c #e0b2e944df83", "+ c None", /* pixels */ "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "+++++++++ ++++++++++", "++++++++ oOOOO +++++++++", "+++++++ OOOOOOO ++++++++", "++++++ oOo oOo +++++++", "+++++++ O +++ OO +++++++", "+++++++O ++++ Oo +++++++", "++++++++++++ OO. +++++++", "+++++++++++ OOX ++++++++", "++++++++++ OOX +++++++++", "+++++++++ XOX ++++++++++", "+++++++++ OX +++++++++++", "+++++++++ +++++++++++", "++++++++++++++++++++++++", "++++++++++ ++++++++++++", "+++++++++ Oo +++++++++++", "+++++++++ oX +++++++++++", "++++++++++ ++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++" };