diff options
| author | Kenichi Handa | 2005-03-31 11:27:46 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-03-31 11:27:46 +0000 |
| commit | 417294f4d1d8872d7a4a698de1a9650f18af3b37 (patch) | |
| tree | 6acf94e5d483fac9b7d695f7cedbaadb2aab49a8 /src | |
| parent | 055e0a99dd177c18e5e7b8007302dbf695c40834 (diff) | |
| download | emacs-417294f4d1d8872d7a4a698de1a9650f18af3b37.tar.gz emacs-417294f4d1d8872d7a4a698de1a9650f18af3b37.zip | |
(get_next_display_element): Sync with CVS head.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 0b46eaf8621..9fe8ac9a0ed 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -5239,7 +5239,7 @@ get_next_display_element (it) | |||
| 5239 | if (it->c == 0xA0 || it->c == 0xAD) | 5239 | if (it->c == 0xA0 || it->c == 0xAD) |
| 5240 | { | 5240 | { |
| 5241 | XSETINT (it->ctl_chars[0], escape_glyph); | 5241 | XSETINT (it->ctl_chars[0], escape_glyph); |
| 5242 | g = it->c == 0xAD ? '-' : ' '; | 5242 | g = it->c; |
| 5243 | XSETINT (it->ctl_chars[1], g); | 5243 | XSETINT (it->ctl_chars[1], g); |
| 5244 | ctl_len = 2; | 5244 | ctl_len = 2; |
| 5245 | goto display_control; | 5245 | goto display_control; |