# HG changeset patch # User Kenichi Handa # Date 1139299251 0 # Node ID e73ccb5d8bdebc437b8a8984d497e4508a6c8c42 # Parent 19e332a980f784f4fb599ad76933c2e83f040fee (unibyte_display_via_language_environment): Delete extern. diff -r 19e332a980f7 -r e73ccb5d8bde src/macterm.h --- a/src/macterm.h Tue Feb 07 07:58:19 2006 +0000 +++ b/src/macterm.h Tue Feb 07 08:00:51 2006 +0000 @@ -206,9 +206,6 @@ FONT-LIST-CACHE records previous values returned by x-list-fonts. */ extern Lisp_Object x_display_name_list; -/* A flag to control how to display unibyte 8-bit character. */ -extern int unibyte_display_via_language_environment; - extern struct x_display_info *x_display_info_for_display P_ ((Display *)); extern struct x_display_info *x_display_info_for_name P_ ((Lisp_Object)); diff -r 19e332a980f7 -r e73ccb5d8bde src/w32term.h --- a/src/w32term.h Tue Feb 07 07:58:19 2006 +0000 +++ b/src/w32term.h Tue Feb 07 08:00:51 2006 +0000 @@ -248,9 +248,6 @@ /* Regexp matching a font name whose width is the same as `PIXEL_SIZE'. */ extern Lisp_Object Vx_pixel_size_width_font_regexp; -/* A flag to control how to display unibyte 8-bit character. */ -extern int unibyte_display_via_language_environment; - struct w32_display_info *x_display_info_for_name (); Lisp_Object display_x_get_resource P_ ((struct w32_display_info *, diff -r 19e332a980f7 -r e73ccb5d8bde src/xterm.h --- a/src/xterm.h Tue Feb 07 07:58:19 2006 +0000 +++ b/src/xterm.h Tue Feb 07 08:00:51 2006 +0000 @@ -419,9 +419,6 @@ /* Regexp matching a font name whose width is the same as `PIXEL_SIZE'. */ extern Lisp_Object Vx_pixel_size_width_font_regexp; -/* A flag to control how to display unibyte 8-bit character. */ -extern int unibyte_display_via_language_environment; - extern struct x_display_info *x_display_info_for_display P_ ((Display *)); extern struct x_display_info *x_display_info_for_name P_ ((Lisp_Object));