view lisp/toolbar/gud-print.xpm @ 83354:e506a3d30e62

Fix syntax error in lisp/term/xterm.el. * lisp/term/xterm.el (xterm-function-map): Fix key definitions. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-394
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 04 Sep 2005 03:51:22 +0000
parents f7114bba1fd4
children
line wrap: on
line source

/* XPM */
static char * print_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000000000",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"         ... ...        ",
"          ... ...       ",
"          ..   ..       ",
"          ..   ..       ",
"          ..   ..       ",
"          ..   ..       ",
"          ..   ..       ",
"          ... ..        ",
"          .. ..         ",
"          ..            ",
"          ..            ",
"          ..            ",
"         ....           ",
"                        ",
"                        ",
"                        "};