aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/charset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charset.h b/src/charset.h
index 23a46326678..9e2387424c6 100644
--- a/src/charset.h
+++ b/src/charset.h
@@ -837,6 +837,8 @@ extern int lisp_string_width P_ ((Lisp_Object, int, int *, int *));
837extern int char_bytes P_ ((int)); 837extern int char_bytes P_ ((int));
838extern int char_valid_p P_ ((int, int)); 838extern int char_valid_p P_ ((int, int));
839 839
840EXFUN (Funibyte_char_to_multibyte, 1);
841
840extern Lisp_Object Vtranslation_table_vector; 842extern Lisp_Object Vtranslation_table_vector;
841 843
842/* Return a translation table of id number ID. */ 844/* Return a translation table of id number ID. */