/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.994 by monnier, Thu Mar 24 14:02:41 2005 UTC revision 1.995 by monnier, Thu Mar 24 17:42:50 2005 UTC
# Line 5143  get_next_display_element (it) Line 5143  get_next_display_element (it)
5143                                           it->face_id);                                           it->face_id);
5144                  }                  }
5145    
5146                if (it->c == 0x8a0 || it->c == 0x8ad)                if (it->c == 0x8a0 || it->c == 0x8ad
5147                      || it->c == 0xf20 || it->c == 0xf2d)
5148                  {                  {
5149                    XSETINT (it->ctl_chars[0], escape_glyph);                    XSETINT (it->ctl_chars[0], escape_glyph);
5150                    g = it->c == 0x8ad ? '-' : ' ';                    g = it->c;
5151                    XSETINT (it->ctl_chars[1], g);                    XSETINT (it->ctl_chars[1], g);
5152                    ctl_len = 2;                    ctl_len = 2;
5153                    goto display_control;                    goto display_control;

Legend:
Removed from v.1.994  
changed lines
  Added in v.1.995

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26