]> git.eshelyaron.com Git - emacs.git/commitdiff
(string_escape_byte8): Declare.
authorDave Love <fx@gnu.org>
Fri, 17 May 2002 16:26:29 +0000 (16:26 +0000)
committerDave Love <fx@gnu.org>
Fri, 17 May 2002 16:26:29 +0000 (16:26 +0000)
src/character.h

index 23b935941f9fbb9314720fa23a6ef71f4ac432a0..c3ef2725bed071078afa6e02eaeb471b2108fdd4 100644 (file)
@@ -510,6 +510,8 @@ extern Lisp_Object Vchar_width_table;
 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)]))