changeset 90135:baa2d4aa0064

(get_next_display_element): Sync with CVS head.
author Kenichi Handa <handa@m17n.org>
date Thu, 31 Mar 2005 11:27:46 +0000
parents a879affc1f0e
children 7a3341d65a12
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;