diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/character.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.h b/src/character.h index 54151cb7171..b83a51d4e82 100644 --- a/src/character.h +++ b/src/character.h | |||
| @@ -527,7 +527,7 @@ extern Lisp_Object string_escape_byte8 P_ ((Lisp_Object)); | |||
| 527 | /* A char-table for characters which may invoke auto-filling. */ | 527 | /* A char-table for characters which may invoke auto-filling. */ |
| 528 | extern Lisp_Object Vauto_fill_chars; | 528 | extern Lisp_Object Vauto_fill_chars; |
| 529 | 529 | ||
| 530 | extern Lisp_Object Vscript_alist; | 530 | extern Lisp_Object Vchar_script_table; |
| 531 | 531 | ||
| 532 | /* Copy LEN bytes from FROM to TO. This macro should be used only | 532 | /* Copy LEN bytes from FROM to TO. This macro should be used only |
| 533 | when a caller knows that LEN is short and the obvious copy loop is | 533 | when a caller knows that LEN is short and the obvious copy loop is |