diff options
| author | Kenichi Handa | 2005-09-13 01:05:51 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-09-13 01:05:51 +0000 |
| commit | ecab2fa2e426d35e74919e437a148db04040b1e4 (patch) | |
| tree | bac5b395fe69f30939c72f59d85fe4f45b6bc92d /src | |
| parent | 826256dd2b72d9046df706235c8424c2344d7430 (diff) | |
| download | emacs-ecab2fa2e426d35e74919e437a148db04040b1e4.tar.gz emacs-ecab2fa2e426d35e74919e437a148db04040b1e4.zip | |
(compose_chars_in_text): Delete extern.
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 | ||