aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-11-15 11:55:04 +0000
committerNick Roberts2005-11-15 11:55:04 +0000
commit482827dd37d90547eadaaeb5cfc8f8008d1bb03f (patch)
treedfd3b44a0e90276859da77d8e4d640cfd4d7e077
parent31570805123eec8f5175eed4e8ed5ea5fbf81808 (diff)
downloademacs-482827dd37d90547eadaaeb5cfc8f8008d1bb03f.tar.gz
emacs-482827dd37d90547eadaaeb5cfc8f8008d1bb03f.zip
Use a more appropriate variable name.
-rw-r--r--etc/images/gud/pp.xpm2
-rw-r--r--etc/images/gud/pstar.xpm2
-rw-r--r--etc/images/gud/until.xpm2
3 files changed, 3 insertions, 3 deletions
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 @@
1/* XPM */ 1/* XPM */
2static char * print_xpm[] = { 2static char * pp_xpm[] = {
3"24 24 2 1", 3"24 24 2 1",
4" c None", 4" c None",
5". c #000000000000", 5". 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 @@
1/* XPM */ 1/* XPM */
2static char * gud_pstar_xpm[] = { 2static char * pstar_xpm[] = {
3"24 24 2 1", 3"24 24 2 1",
4" c #BDBDBEBEBDBD", 4" c #BDBDBEBEBDBD",
5". c #000000000000", 5". 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 @@
1/* XPM */ 1/* XPM */
2static char * goto_xpm[] = { 2static char * until_xpm[] = {
3"24 24 6 1", 3"24 24 6 1",
4" c None", 4" c None",
5". c #cc0033", 5". c #cc0033",