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,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/coding.c,v
Date: Thu, 05 Jun 2008 11:35:10 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/06/05 11:35:10

Index: coding.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/coding.c,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -b -r1.388 -r1.389
--- coding.c    4 Jun 2008 07:52:46 -0000       1.388
+++ coding.c    5 Jun 2008 11:35:10 -0000       1.389
@@ -5830,9 +5830,10 @@
                  if (eight_bit_found)
                    break;
                }
+             if (! eight_bit_found)
              coding->head_ascii++;
            }
-         else
+         else if (! eight_bit_found)
            coding->head_ascii++;
        }
 
@@ -7707,9 +7708,10 @@
                  if (eight_bit_found)
                    break;
                }
+             if (! eight_bit_found)
              coding.head_ascii++;
            }
-         else
+         else if (! eight_bit_found)
            coding.head_ascii++;
        }
 




reply via email to

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