1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00

Use a more appropriate variable name.

This commit is contained in:
Nick Roberts 2005-11-15 11:55:04 +00:00
parent 3157080512
commit 482827dd37
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
/* XPM */
static char * print_xpm[] = {
static char * pp_xpm[] = {
"24 24 2 1",
" c None",
". c #000000000000",

View file

@ -1,5 +1,5 @@
/* XPM */
static char * gud_pstar_xpm[] = {
static char * pstar_xpm[] = {
"24 24 2 1",
" c #BDBDBEBEBDBD",
". c #000000000000",

View file

@ -1,5 +1,5 @@
/* XPM */
static char * goto_xpm[] = {
static char * until_xpm[] = {
"24 24 6 1",
" c None",
". c #cc0033",