emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Tue, 12 Oct 2004 03:44:48 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.914 emacs/src/xdisp.c:1.915
*** emacs/src/xdisp.c:1.914     Thu Oct  7 21:58:16 2004
--- emacs/src/xdisp.c   Tue Oct 12 07:37:06 2004
***************
*** 4897,4903 ****
                           && it->len == 1)
                          || !CHAR_PRINTABLE_P (it->c))
                       : (it->c >= 127
!                         && it->c == unibyte_char_to_multibyte (it->c))))
            {
              /* IT->c is a control character which must be displayed
                 either as '\003' or as `^C' where the '\\' and '^'
--- 4897,4904 ----
                           && it->len == 1)
                          || !CHAR_PRINTABLE_P (it->c))
                       : (it->c >= 127
!                         && (!unibyte_display_via_language_environment
!                             || it->c == unibyte_char_to_multibyte (it->c)))))
            {
              /* IT->c is a control character which must be displayed
                 either as '\003' or as `^C' where the '\\' and '^'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]