From f7d47e20236f69df265cae6bacb4626180d3e55d Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 3 Apr 1997 21:29:26 +0000 Subject: [PATCH] [!__GNUC__] (CATEGORY_SET): Fix syntax error. --- src/category.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.2