Mercurial > emacs
changeset 88545:2f6c9323d466
(string_escape_byte8): Declare.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 17 May 2002 16:26:29 +0000 |
parents | f464d728344c |
children | 7471723e43b0 |
files | src/character.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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)]))