emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Thu, 09 Mar 2006 12:20:58 +0000

Index: emacs/src/coding.c
diff -u emacs/src/coding.c:1.329 emacs/src/coding.c:1.330
--- emacs/src/coding.c:1.329    Mon Feb  6 15:23:20 2006
+++ emacs/src/coding.c  Thu Mar  9 12:20:57 2006
@@ -735,7 +735,7 @@
          c = -1;                                               \
        else                                                    \
          {                                                     \
-           c -= 0xA0;                                          \
+           c -= 0x80;                                          \
            *p++ = c;                                           \
          }                                                     \
       }                                                                \




reply via email to

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