view lisp/toolbar/gud-remove.xpm @ 63195:d4857c25a45b

Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-366 Remove "-face" suffix from change-log faces 2005-06-10 Miles Bader <miles@gnu.org> * lisp/add-log.el (change-log-date, change-log-name) (change-log-email, change-log-file, change-log-list) (change-log-conditionals, change-log-function) (change-log-acknowledgement): Remove "-face" suffix from face names. (change-log-date-face, change-log-name-face) (change-log-email-face, change-log-file-face) (change-log-list-face, change-log-conditionals-face) (change-log-function-face, change-log-acknowledgement-face): New backward-compatibility aliases for renamed faces. (change-log-font-lock-keywords): Use renamed change-log faces.
author Miles Bader <miles@gnu.org>
date Fri, 10 Jun 2005 07:26:14 +0000
parents f7114bba1fd4
children
line wrap: on
line source

/* XPM */
static char * go_xpm[] = {
"24 24 4 1",
" 	c None",
".	c #000080800000",
"X	c #FFFFFFFFFFFF",
"o	c #F8F8FCFCF8F8",
"                        ",
"                        ",
"       ..........       ",
"      ............      ",
"     ..............     ",
"    ................    ",
"   ..................   ",
"  ......XX...oo.......  ",
"  .....X..X.o..o......  ",
"  .....X....o..o......  ",
"  .....X....o..o......  ",
"  .....X....o..o......  ",
"  .....X.XX.o..o......  ",
"  .....X..X.o..o......  ",
"  .....X..X.o..o......  ",
"  .....X..X.o..o......  ",
"  ......XX...oo.......  ",
"   ..................   ",
"    ................    ",
"     ..............     ",
"      ............      ",
"       ..........       ",
"                        ",
"                        "};