emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/macterm.c,v [EMACS_22_BASE]


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/macterm.c,v [EMACS_22_BASE]
Date: Tue, 05 Jun 2007 00:24:09 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Chong Yidong <cyd>      07/06/05 00:24:09

Index: macterm.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/macterm.c,v
retrieving revision 1.214.2.3
retrieving revision 1.214.2.4
diff -u -b -r1.214.2.3 -r1.214.2.4
--- macterm.c   24 May 2007 03:17:02 -0000      1.214.2.3
+++ macterm.c   5 Jun 2007 00:24:08 -0000       1.214.2.4
@@ -734,7 +734,7 @@
          /* Bitswap XBM bytes to match how Mac does things.  */
          unsigned char c = *bits++;
          *p++ = (unsigned char)((swap_nibble[c & 0xf] << 4)
-                                | (swap_nibble[(c>>4) & 0xf]));;
+                                | (swap_nibble[(c>>4) & 0xf]));
        }
     }
 
@@ -7558,7 +7558,7 @@
        make_hash_table (Qequal, make_number (DEFAULT_HASH_SIZE),
                         make_float (DEFAULT_REHASH_SIZE),
                         make_float (DEFAULT_REHASH_THRESHOLD),
-                        Qnil, Qnil, Qnil);;
+                        Qnil, Qnil, Qnil);
       h = XHASH_TABLE (atsu_font_id_hash);
 
       err = ATSUFontCount (&nfonts);




reply via email to

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