# HG changeset patch # User Kenichi Handa # Date 1112268466 0 # Node ID baa2d4aa00642daef1b32f5fc87f66501005096e # Parent a879affc1f0e4a2ba56a042199af6ed8161ca086 (get_next_display_element): Sync with CVS head. diff -r a879affc1f0e -r baa2d4aa0064 src/xdisp.c --- a/src/xdisp.c Thu Mar 31 11:27:34 2005 +0000 +++ b/src/xdisp.c Thu Mar 31 11:27:46 2005 +0000 @@ -5239,7 +5239,7 @@ if (it->c == 0xA0 || it->c == 0xAD) { XSETINT (it->ctl_chars[0], escape_glyph); - g = it->c == 0xAD ? '-' : ' '; + g = it->c; XSETINT (it->ctl_chars[1], g); ctl_len = 2; goto display_control;