changeset 60881:024bce81f80e

(get_next_display_element): Also use `\ ' and `\-' for latin-9.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 24 Mar 2005 14:02:41 +0000
parents 78ef32e30574
children ddd52cca345e
files src/xdisp.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Thu Mar 24 14:00:41 2005 +0000
+++ b/src/xdisp.c	Thu Mar 24 14:02:41 2005 +0000
@@ -5075,7 +5075,8 @@
 			   && it->len == 1)
 			  || !CHAR_PRINTABLE_P (it->c)
 			  || (!NILP (Vshow_nonbreak_escape)
-			      && (it->c == 0x8ad || it->c == 0x8a0)))
+			      && (it->c == 0x8ad || it->c == 0x8a0
+				  || it->c == 0xf2d || it->c == 0xf20)))
 		       : (it->c >= 127
 			  && (!unibyte_display_via_language_environment
 			      || it->c == unibyte_char_to_multibyte (it->c)))))