diff options
Diffstat (limited to 'src/syntax.h')
| -rw-r--r-- | src/syntax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.h b/src/syntax.h index 37fe06808c0..d323e85b233 100644 --- a/src/syntax.h +++ b/src/syntax.h | |||
| @@ -58,7 +58,7 @@ enum syntaxcode | |||
| 58 | /* Set the syntax entry VAL for char C in table TABLE. */ | 58 | /* Set the syntax entry VAL for char C in table TABLE. */ |
| 59 | 59 | ||
| 60 | #define SET_RAW_SYNTAX_ENTRY(table, c, val) \ | 60 | #define SET_RAW_SYNTAX_ENTRY(table, c, val) \ |
| 61 | CHAR_TABLE_SET ((table), make_number (c), (val)) | 61 | CHAR_TABLE_SET ((table), c, (val)) |
| 62 | 62 | ||
| 63 | /* Set the syntax entry VAL for char-range RANGE in table TABLE. | 63 | /* Set the syntax entry VAL for char-range RANGE in table TABLE. |
| 64 | RANGE is a cons (FROM . TO) specifying the range of characters. */ | 64 | RANGE is a cons (FROM . TO) specifying the range of characters. */ |