diff options
| author | Paul Eggert | 2012-07-12 20:50:58 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-12 20:50:58 -0700 |
| commit | 1a95276708930fe579fff152c590df875c29570e (patch) | |
| tree | ff7f9bba778abb2cb9817876a3871255695cb8ab /src/dispextern.h | |
| parent | 32fb4bb69b61a2ef5b1d5d1e17e6915ba5d23e5b (diff) | |
| download | emacs-1a95276708930fe579fff152c590df875c29570e.tar.gz emacs-1a95276708930fe579fff152c590df875c29570e.zip | |
* xdisp.c (produce_special_glyphs): Now static.
* dispextern.h (produce_special_glyphs): Remove decl.
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index b08d6107b80..5bdf943466b 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -3065,7 +3065,6 @@ extern ptrdiff_t compute_display_string_pos (struct text_pos *, | |||
| 3065 | extern ptrdiff_t compute_display_string_end (ptrdiff_t, | 3065 | extern ptrdiff_t compute_display_string_end (ptrdiff_t, |
| 3066 | struct bidi_string_data *); | 3066 | struct bidi_string_data *); |
| 3067 | extern void produce_stretch_glyph (struct it *); | 3067 | extern void produce_stretch_glyph (struct it *); |
| 3068 | extern void produce_special_glyphs (struct it *, enum display_element_type); | ||
| 3069 | 3068 | ||
| 3070 | #ifdef HAVE_WINDOW_SYSTEM | 3069 | #ifdef HAVE_WINDOW_SYSTEM |
| 3071 | 3070 | ||