]> git.eshelyaron.com Git - emacs.git/commitdiff
* dispextern.h (bidi_dump_cached_states): Likewise.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 08:26:27 +0000 (00:26 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 08:26:27 +0000 (00:26 -0800)
src/ChangeLog
src/dispextern.h

index b6bc36e10cefb9827f2089717adff40e57f27af2..4bf04043ab9c408c79592f8b6847efc5e9f26a62 100644 (file)
@@ -27,6 +27,7 @@
        does not deduce are never used uninitialized.
        * window.h (check_all_windows): New decl, to forestall
        gcc -Wmissing-prototypes diagnostic.
+       * dispextern.h (bidi_dump_cached_states): Likewise.
 
        * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
        shadowing.
index 37ae7ee5fd5a0153dc4bb40d16fb4484cd3883a5..30979d487ffbe43eab66ffae2e16e716a3a34cf7 100644 (file)
@@ -2944,6 +2944,7 @@ enum tool_bar_item_image
 
 extern void bidi_init_it (EMACS_INT, EMACS_INT, struct bidi_it *);
 extern void bidi_move_to_visually_next (struct bidi_it *);
+extern void bidi_dump_cached_states (void);
 extern void bidi_paragraph_init (bidi_dir_t, struct bidi_it *, int);
 extern int  bidi_mirror_char (int);