mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-18 08:51:45 -08:00
(string_escape_byte8): Declare.
This commit is contained in:
parent
1fcd6c8b99
commit
fac2bdc486
1 changed files with 2 additions and 0 deletions
|
|
@ -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)]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue