view lisp/toolbar/gud-until.xpm @ 83251:de637975e99a

On C-x C-c, restrict `save-some-buffers' to the client's buffers. (Reported by Han Boetes.) * lisp/server.el (server-kill-emacs-query-function): Fix typo in docs. (server-save-buffers-kill-display): If emacsclient was started with a list of filenames to edit, then offer to save only these buffers. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-291
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 10 Feb 2005 21:23:33 +0000
parents 8d984c0d5d8c
children f7114bba1fd4
line wrap: on
line source

/* XPM */
static char * goto_xpm[] = {
"24 24 6 1",
" 	c #c0c0c0",
".	c #ff0000",
"X	c #616161",
"o	c #2a1f55",
"O	c #adadad",
"+	c #cc9999",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
" .                      ",
" .                      ",
" .          Xo   oX     ",
" .         XoO   OoX    ",
" .         oo     oo    ",
" .         oo     oo    ",
" .  .+     oo     oo    ",
"  . +..+   oX     Xo    ",
"   ...... oo       oo   ",
"    +..+   oX     Xo    ",
"    .+     oo     oo    ",
"           oo     oo    ",
"           oo     oo    ",
"           XoO   OoX    ",
"            Xo   oX     ",
"                        ",
"                        ",
"                        ",
"                        "};