diff options
| author | Daniel Colascione | 2014-04-03 13:46:04 -0700 |
|---|---|---|
| committer | Daniel Colascione | 2014-04-03 13:46:04 -0700 |
| commit | c72d972c5dee96489a3fd881b239f3f7d0db2385 (patch) | |
| tree | e2004a9d5ed96a27bf9f88a9bfe2b2c097245e29 /src/xterm.c | |
| parent | 705cf384bec23354ad22a5c48d3430a96ef70ca1 (diff) | |
| download | emacs-c72d972c5dee96489a3fd881b239f3f7d0db2385.tar.gz emacs-c72d972c5dee96489a3fd881b239f3f7d0db2385.zip | |
Rename EARRAYSIZE to ARRAYELTS
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index ee8fce047de..a04f2fef055 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -10103,7 +10103,7 @@ x_term_init (Lisp_Object display_name, char *xrm_option, char *resource_name) | |||
| 10103 | }; | 10103 | }; |
| 10104 | 10104 | ||
| 10105 | int i; | 10105 | int i; |
| 10106 | const int atom_count = EARRAYSIZE (atom_refs); | 10106 | const int atom_count = ARRAYELTS (atom_refs); |
| 10107 | /* 1 for _XSETTINGS_SN */ | 10107 | /* 1 for _XSETTINGS_SN */ |
| 10108 | const int total_atom_count = 1 + atom_count; | 10108 | const int total_atom_count = 1 + atom_count; |
| 10109 | Atom *atoms_return = xmalloc (total_atom_count * sizeof *atoms_return); | 10109 | Atom *atoms_return = xmalloc (total_atom_count * sizeof *atoms_return); |