diff options
| author | Joakim Verona | 2013-02-16 00:04:20 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-02-16 00:04:20 +0100 |
| commit | 613fda6799a504feff2d5a930ef7998125498d10 (patch) | |
| tree | 8c7bee1d673435d544d74477ecf20d657b7fa489 /src/composite.c | |
| parent | 73b3f91cfcc9b42d2851ced24d7ba3d17e4c6d00 (diff) | |
| parent | f852f6d8c0db494ccb21b6020a5ebbeaa685a948 (diff) | |
| download | emacs-613fda6799a504feff2d5a930ef7998125498d10.tar.gz emacs-613fda6799a504feff2d5a930ef7998125498d10.zip | |
auto upstream
Diffstat (limited to 'src/composite.c')
| -rw-r--r-- | src/composite.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/composite.c b/src/composite.c index 9bbd4550c7b..2da98cfc36c 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -698,10 +698,6 @@ composition_gstring_from_id (ptrdiff_t id) | |||
| 698 | return HASH_VALUE (h, id); | 698 | return HASH_VALUE (h, id); |
| 699 | } | 699 | } |
| 700 | 700 | ||
| 701 | static Lisp_Object fill_gstring_header (Lisp_Object, Lisp_Object, | ||
| 702 | Lisp_Object, Lisp_Object, | ||
| 703 | Lisp_Object); | ||
| 704 | |||
| 705 | bool | 701 | bool |
| 706 | composition_gstring_p (Lisp_Object gstring) | 702 | composition_gstring_p (Lisp_Object gstring) |
| 707 | { | 703 | { |
| @@ -791,7 +787,8 @@ static Lisp_Object gstring_work; | |||
| 791 | static Lisp_Object gstring_work_headers; | 787 | static Lisp_Object gstring_work_headers; |
| 792 | 788 | ||
| 793 | static Lisp_Object | 789 | static Lisp_Object |
| 794 | fill_gstring_header (Lisp_Object header, Lisp_Object start, Lisp_Object end, Lisp_Object font_object, Lisp_Object string) | 790 | fill_gstring_header (Lisp_Object header, Lisp_Object start, Lisp_Object end, |
| 791 | Lisp_Object font_object, Lisp_Object string) | ||
| 795 | { | 792 | { |
| 796 | ptrdiff_t from, to, from_byte; | 793 | ptrdiff_t from, to, from_byte; |
| 797 | ptrdiff_t len, i; | 794 | ptrdiff_t len, i; |