diff options
| author | Paul Eggert | 2011-03-08 00:26:27 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-08 00:26:27 -0800 |
| commit | 5b555da1c99bc5b266727fa532c2f89eb8d033dd (patch) | |
| tree | 83f292952e099dcbb2a0ea0f2f16bf0846f1c2b9 /src | |
| parent | 7d3b386272126dc07ab5d0a2008832cec9d0fdcc (diff) | |
| download | emacs-5b555da1c99bc5b266727fa532c2f89eb8d033dd.tar.gz emacs-5b555da1c99bc5b266727fa532c2f89eb8d033dd.zip | |
* dispextern.h (bidi_dump_cached_states): Likewise.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 1 | ||||
| -rw-r--r-- | src/dispextern.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b6bc36e10ce..4bf04043ab9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | does not deduce are never used uninitialized. | 27 | does not deduce are never used uninitialized. |
| 28 | * window.h (check_all_windows): New decl, to forestall | 28 | * window.h (check_all_windows): New decl, to forestall |
| 29 | gcc -Wmissing-prototypes diagnostic. | 29 | gcc -Wmissing-prototypes diagnostic. |
| 30 | * dispextern.h (bidi_dump_cached_states): Likewise. | ||
| 30 | 31 | ||
| 31 | * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid | 32 | * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid |
| 32 | shadowing. | 33 | shadowing. |
diff --git a/src/dispextern.h b/src/dispextern.h index 37ae7ee5fd5..30979d487ff 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2944,6 +2944,7 @@ enum tool_bar_item_image | |||
| 2944 | 2944 | ||
| 2945 | extern void bidi_init_it (EMACS_INT, EMACS_INT, struct bidi_it *); | 2945 | extern void bidi_init_it (EMACS_INT, EMACS_INT, struct bidi_it *); |
| 2946 | extern void bidi_move_to_visually_next (struct bidi_it *); | 2946 | extern void bidi_move_to_visually_next (struct bidi_it *); |
| 2947 | extern void bidi_dump_cached_states (void); | ||
| 2947 | extern void bidi_paragraph_init (bidi_dir_t, struct bidi_it *, int); | 2948 | extern void bidi_paragraph_init (bidi_dir_t, struct bidi_it *, int); |
| 2948 | extern int bidi_mirror_char (int); | 2949 | extern int bidi_mirror_char (int); |
| 2949 | 2950 | ||