diff options
author | Kenichi Handa <handa@m17n.org> | 2006-02-07 07:58:19 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2006-02-07 07:58:19 +0000 |
commit | 502b31285978ce103b63900c7d48bd0b891d710e (patch) | |
tree | 0745e6c57b5247ca418bd39963205d827e607604 /src/dispextern.h | |
parent | e50054c2b96c23e427f0ef71b65d4968a3e2e21b (diff) | |
download | emacs-502b31285978ce103b63900c7d48bd0b891d710e.tar.gz |
(unibyte_display_via_language_environment): Extern
it.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index fb59f743dc6..5a38467f774 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2655,6 +2655,8 @@ extern int help_echo_pos; extern struct frame *last_mouse_frame; extern int last_tool_bar_item; extern int mouse_autoselect_window; +extern int unibyte_display_via_language_environment; + extern void reseat_at_previous_visible_line_start P_ ((struct it *)); extern int calc_pixel_width_or_height P_ ((double *, struct it *, Lisp_Object, |