Mercurial > emacs
changeset 17288:1ea863f636cf
[!__GNUC__] (CATEGORY_SET): Fix syntax error.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 03 Apr 1997 21:29:26 +0000 |
parents | b1cb0037ecec |
children | 83cc6a193391 |
files | src/category.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/category.h Wed Apr 02 19:06:31 1997 +0000 +++ b/src/category.h Thu Apr 03 21:29:26 1997 +0000 @@ -114,7 +114,7 @@ ((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. */