Mercurial > emacs
diff src/character.h @ 88545:2f6c9323d466
(string_escape_byte8): Declare.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Fri, 17 May 2002 16:26:29 +0000 |
| parents | 5eaa8c11ab45 |
| children | 55e36a0cf0ee |
line wrap: on
line diff
--- a/src/character.h Fri May 17 16:25:23 2002 +0000 +++ b/src/character.h Fri May 17 16:26:29 2002 +0000 @@ -510,6 +510,8 @@ extern Lisp_Object Vchar_direction_table; extern Lisp_Object Vchar_unify_table; +extern Lisp_Object string_escape_byte8 P_ ((Lisp_Object)); + /* Return a translation table of id number ID. */ #define GET_TRANSLATION_TABLE(id) \ (XCDR(XVECTOR(Vtranslation_table_vector)->contents[(id)]))
