From: Nick Roberts Date: Tue, 15 Nov 2005 11:55:04 +0000 (+0000) Subject: Use a more appropriate variable name. X-Git-Tag: emacs-pretest-22.0.90~5893 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=482827dd37d90547eadaaeb5cfc8f8008d1bb03f;p=emacs.git Use a more appropriate variable name. --- diff --git a/etc/images/gud/pp.xpm b/etc/images/gud/pp.xpm index bf626e1abf8..03c00d95df0 100644 --- a/etc/images/gud/pp.xpm +++ b/etc/images/gud/pp.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * print_xpm[] = { +static char * pp_xpm[] = { "24 24 2 1", " c None", ". c #000000000000", diff --git a/etc/images/gud/pstar.xpm b/etc/images/gud/pstar.xpm index 6edc603db14..4f9ed1b64e8 100644 --- a/etc/images/gud/pstar.xpm +++ b/etc/images/gud/pstar.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * gud_pstar_xpm[] = { +static char * pstar_xpm[] = { "24 24 2 1", " c #BDBDBEBEBDBD", ". c #000000000000", diff --git a/etc/images/gud/until.xpm b/etc/images/gud/until.xpm index aae32e177a7..abd6c8cae99 100644 --- a/etc/images/gud/until.xpm +++ b/etc/images/gud/until.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * goto_xpm[] = { +static char * until_xpm[] = { "24 24 6 1", " c None", ". c #cc0033",