diff options
author | Kenichi Handa <handa@m17n.org> | 2000-07-04 07:40:23 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2000-07-04 07:40:23 +0000 |
commit | 4a8c194f051259651fe50dee8dcdb4b8760386e1 (patch) | |
tree | beeb2600c593f38fde3091356f3084cf9a66ed72 /src/composite.h | |
parent | 33f37824466d8deaf4780a15a0694e45e9ae96c6 (diff) | |
download | emacs-4a8c194f051259651fe50dee8dcdb4b8760386e1.tar.gz |
(make_composition_value_copy): Extern it.
Diffstat (limited to 'src/composite.h')
-rw-r--r-- | src/composite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/composite.h b/src/composite.h index a3da0ce9c8b..41be8fdcac7 100644 --- a/src/composite.h +++ b/src/composite.h @@ -199,6 +199,7 @@ extern int get_composition_id P_ ((int, int, int, Lisp_Object, Lisp_Object)); extern int find_composition P_ ((int, int, int *, int *, Lisp_Object *, Lisp_Object)); extern void update_compositions P_ ((int, int, int)); +extern void make_composition_value_copy P_ ((Lisp_Object)); extern void compose_region P_ ((int, int, Lisp_Object, Lisp_Object, Lisp_Object)); extern void syms_of_composition P_ ((void)); |