diff options
author | Daniel Colascione <dancol@dancol.org> | 2014-04-03 13:46:04 -0700 |
---|---|---|
committer | Daniel Colascione <dancol@dancol.org> | 2014-04-03 13:46:04 -0700 |
commit | c72d972c5dee96489a3fd881b239f3f7d0db2385 (patch) | |
tree | e2004a9d5ed96a27bf9f88a9bfe2b2c097245e29 /src/nsfns.m | |
parent | 705cf384bec23354ad22a5c48d3430a96ef70ca1 (diff) | |
download | emacs-c72d972c5dee96489a3fd881b239f3f7d0db2385.tar.gz |
Rename EARRAYSIZE to ARRAYELTS
Diffstat (limited to 'src/nsfns.m')
-rw-r--r-- | src/nsfns.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsfns.m b/src/nsfns.m index d1692915bc7..4c3f7f34c07 100644 --- a/src/nsfns.m +++ b/src/nsfns.m @@ -1024,7 +1024,7 @@ get_geometry_from_preferences (struct ns_display_info *dpyinfo, }; int i; - for (i = 0; i < EARRAYSIZE (r); ++i) + for (i = 0; i < ARRAYELTS (r); ++i) { if (NILP (Fassq (r[i].tem, parms))) { |