diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/composite.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/composite.h b/src/composite.h index 26cf13d27d4..cdcc9301792 100644 --- a/src/composite.h +++ b/src/composite.h | |||
| @@ -209,7 +209,6 @@ extern void compose_region P_ ((int, int, Lisp_Object, Lisp_Object, | |||
| 209 | extern void syms_of_composite P_ ((void)); | 209 | extern void syms_of_composite P_ ((void)); |
| 210 | extern void compose_text P_ ((int, int, Lisp_Object, Lisp_Object, | 210 | extern void compose_text P_ ((int, int, Lisp_Object, Lisp_Object, |
| 211 | Lisp_Object)); | 211 | Lisp_Object)); |
| 212 | extern void compose_chars_in_text P_ ((int, int, Lisp_Object)); | ||
| 213 | 212 | ||
| 214 | #endif /* not EMACS_COMPOSITE_H */ | 213 | #endif /* not EMACS_COMPOSITE_H */ |
| 215 | 214 | ||