]> git.eshelyaron.com Git - emacs.git/commitdiff
[!__GNUC__] (CATEGORY_SET): Fix syntax error.
authorKarl Heuer <kwzh@gnu.org>
Thu, 3 Apr 1997 21:29:26 +0000 (21:29 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 3 Apr 1997 21:29:26 +0000 (21:29 +0000)
src/category.h

index f475928b0a4590007e3e3a8218008e8893c1cc8b..42c0808bac0fe0ba28a13780dc6bb4afab035d75 100644 (file)
@@ -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.  */