diff options
| author | Kenichi Handa | 2000-11-06 12:35:06 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-11-06 12:35:06 +0000 |
| commit | c9a7baeea13e58584cc6a5a5848a9c10233e1665 (patch) | |
| tree | 2173f4feb3e86dfc1cff034543e45ccdcb590987 /src | |
| parent | b0d99853396a9070c8a2669460f9d627522f92ea (diff) | |
| download | emacs-c9a7baeea13e58584cc6a5a5848a9c10233e1665.tar.gz emacs-c9a7baeea13e58584cc6a5a5848a9c10233e1665.zip | |
(compose_chars_in_text): Add prototype.
Diffstat (limited to 'src')
| -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 41be8fdcac7..7c7236e439a 100644 --- a/src/composite.h +++ b/src/composite.h | |||
| @@ -205,5 +205,6 @@ extern void compose_region P_ ((int, int, Lisp_Object, Lisp_Object, | |||
| 205 | extern void syms_of_composition P_ ((void)); | 205 | extern void syms_of_composition P_ ((void)); |
| 206 | extern void compose_text P_ ((int, int, Lisp_Object, Lisp_Object, | 206 | extern void compose_text P_ ((int, int, Lisp_Object, Lisp_Object, |
| 207 | Lisp_Object)); | 207 | Lisp_Object)); |
| 208 | extern void compose_chars_in_text P_ ((int, int, Lisp_Object)); | ||
| 208 | 209 | ||
| 209 | #endif /* not EMACS_COMPOSITE_H */ | 210 | #endif /* not EMACS_COMPOSITE_H */ |