emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c,v
Date: Tue, 02 Oct 2007 21:19:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/10/02 21:19:18

Index: alloc.c
===================================================================
RCS file: /sources/emacs/emacs/src/alloc.c,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -b -r1.422 -r1.423
--- alloc.c     2 Oct 2007 21:16:53 -0000       1.422
+++ alloc.c     2 Oct 2007 21:19:17 -0000       1.423
@@ -5613,6 +5613,7 @@
              mark_glyph_matrix (w->desired_matrix);
            }
        }
+       }
       else if (GC_HASH_TABLE_P (obj))
        {
          struct Lisp_Hash_Table *h = XHASH_TABLE (obj);




reply via email to

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