diff options
| author | Dave Love | 2002-05-17 16:26:29 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-17 16:26:29 +0000 |
| commit | fac2bdc486b9ec125ea982a987b9ee571d50f938 (patch) | |
| tree | 38877d3b3cf30f2244de16e32c714695bb72ea01 /src/character.h | |
| parent | 1fcd6c8b99bf3fe27d1a898fd86c3be736871e88 (diff) | |
| download | emacs-fac2bdc486b9ec125ea982a987b9ee571d50f938.tar.gz emacs-fac2bdc486b9ec125ea982a987b9ee571d50f938.zip | |
(string_escape_byte8): Declare.
Diffstat (limited to 'src/character.h')
| -rw-r--r-- | src/character.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/character.h b/src/character.h index 23b935941f9..c3ef2725bed 100644 --- a/src/character.h +++ b/src/character.h | |||
| @@ -510,6 +510,8 @@ extern Lisp_Object Vchar_width_table; | |||
| 510 | extern Lisp_Object Vchar_direction_table; | 510 | extern Lisp_Object Vchar_direction_table; |
| 511 | extern Lisp_Object Vchar_unify_table; | 511 | extern Lisp_Object Vchar_unify_table; |
| 512 | 512 | ||
| 513 | extern Lisp_Object string_escape_byte8 P_ ((Lisp_Object)); | ||
| 514 | |||
| 513 | /* Return a translation table of id number ID. */ | 515 | /* Return a translation table of id number ID. */ |
| 514 | #define GET_TRANSLATION_TABLE(id) \ | 516 | #define GET_TRANSLATION_TABLE(id) \ |
| 515 | (XCDR(XVECTOR(Vtranslation_table_vector)->contents[(id)])) | 517 | (XCDR(XVECTOR(Vtranslation_table_vector)->contents[(id)])) |