aboutsummaryrefslogtreecommitdiffstats
path: root/src/macterm.h
diff options
context:
space:
mode:
authorMiles Bader2007-08-13 13:41:28 +0000
committerMiles Bader2007-08-13 13:41:28 +0000
commit37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (patch)
tree7fb68e80f66e55100c48b9751cf70c74af2d4bf1 /src/macterm.h
parent031b6333283be57d971e557b83da31c6be937b0a (diff)
parent9d2db4c6637fe37d75f947063bcb2ecce319a1bc (diff)
downloademacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.tar.gz
emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
Diffstat (limited to 'src/macterm.h')
-rw-r--r--src/macterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macterm.h b/src/macterm.h
index 2dc13665f67..8a85e714ab5 100644
--- a/src/macterm.h
+++ b/src/macterm.h
@@ -150,7 +150,7 @@ struct mac_display_info
150 char *mac_id_name; 150 char *mac_id_name;
151 151
152 /* The number of fonts actually stored in the font table. 152 /* The number of fonts actually stored in the font table.
153 font_table[n] is used and valid iff 0 <= n < n_fonts. 0 <= 153 font_table[n] is used and valid if 0 <= n < n_fonts. 0 <=
154 n_fonts <= font_table_size and font_table[i].name != 0. */ 154 n_fonts <= font_table_size and font_table[i].name != 0. */
155 int n_fonts; 155 int n_fonts;
156 156