diff options
| author | Nick Roberts | 2005-11-15 11:55:04 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-11-15 11:55:04 +0000 |
| commit | 482827dd37d90547eadaaeb5cfc8f8008d1bb03f (patch) | |
| tree | dfd3b44a0e90276859da77d8e4d640cfd4d7e077 | |
| parent | 31570805123eec8f5175eed4e8ed5ea5fbf81808 (diff) | |
| download | emacs-482827dd37d90547eadaaeb5cfc8f8008d1bb03f.tar.gz emacs-482827dd37d90547eadaaeb5cfc8f8008d1bb03f.zip | |
Use a more appropriate variable name.
| -rw-r--r-- | etc/images/gud/pp.xpm | 2 | ||||
| -rw-r--r-- | etc/images/gud/pstar.xpm | 2 | ||||
| -rw-r--r-- | etc/images/gud/until.xpm | 2 |
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 */ |
| 2 | static char * print_xpm[] = { | 2 | static 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 */ |
| 2 | static char * gud_pstar_xpm[] = { | 2 | static 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 */ |
| 2 | static char * goto_xpm[] = { | 2 | static 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", |