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:
parent
3157080512
commit
482827dd37
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* XPM */
|
||||
static char * print_xpm[] = {
|
||||
static char * pp_xpm[] = {
|
||||
"24 24 2 1",
|
||||
" c None",
|
||||
". c #000000000000",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* XPM */
|
||||
static char * gud_pstar_xpm[] = {
|
||||
static char * pstar_xpm[] = {
|
||||
"24 24 2 1",
|
||||
" c #BDBDBEBEBDBD",
|
||||
". c #000000000000",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* XPM */
|
||||
static char * goto_xpm[] = {
|
||||
static char * until_xpm[] = {
|
||||
"24 24 6 1",
|
||||
" c None",
|
||||
". c #cc0033",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue