summaryrefslogtreecommitdiff
path: root/src/category.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1997-04-03 21:29:26 +0000
committerKarl Heuer <kwzh@gnu.org>1997-04-03 21:29:26 +0000
commit4267e260873de3a75e3868952e362fa9302f975e (patch)
tree30394c4d91c0600e8f8e2a0c3ab6e35d860eb5e9 /src/category.h
parentf547047b9eda9a7e159c705b2452cc4475da948e (diff)
downloademacs-4267e260873de3a75e3868952e362fa9302f975e.tar.gz
[!__GNUC__] (CATEGORY_SET): Fix syntax error.
Diffstat (limited to 'src/category.h')
-rw-r--r--src/category.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/category.h b/src/category.h
index f475928b0a4..42c0808bac0 100644
--- a/src/category.h
+++ b/src/category.h
@@ -114,7 +114,7 @@ extern Lisp_Object _temp_category_set;
((c) < CHAR_TABLE_SINGLE_BYTE_SLOTS \
? Faref (current_buffer->category_table, make_number ((unsigned char) c)) \
: Faref (current_buffer->category_table, \
- COMPOSITE_CHAR_P (c) ? cmpchar_component ((c), 0) : (c))
+ COMPOSITE_CHAR_P (c) ? cmpchar_component ((c), 0) : (c)))
#endif
/* Return the doc string of CATEGORY in category table TABLE. */