mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
(SET_RAW_SYNTAX_ENTRY): Don't call make_number.
This commit is contained in:
parent
1c157f8ddc
commit
dcb82a5edf
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ enum syntaxcode
|
|||
/* Set the syntax entry VAL for char C in table TABLE. */
|
||||
|
||||
#define SET_RAW_SYNTAX_ENTRY(table, c, val) \
|
||||
CHAR_TABLE_SET ((table), make_number (c), (val))
|
||||
CHAR_TABLE_SET ((table), c, (val))
|
||||
|
||||
/* Set the syntax entry VAL for char-range RANGE in table TABLE.
|
||||
RANGE is a cons (FROM . TO) specifying the range of characters. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue