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 22:07:41 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/10/02 22:07:41

Index: alloc.c
===================================================================
RCS file: /sources/emacs/emacs/src/alloc.c,v
retrieving revision 1.425
retrieving revision 1.426
diff -u -b -r1.425 -r1.426
--- alloc.c     2 Oct 2007 21:55:27 -0000       1.425
+++ alloc.c     2 Oct 2007 22:07:41 -0000       1.426
@@ -5821,7 +5821,7 @@
   for (t = terminal_list; t; t = t->next_terminal)
     {
       eassert (t->name != NULL);
-      mark_vectorlike ((struct Lisp_Vector *)tmp);
+      mark_vectorlike ((struct Lisp_Vector *)t);
     }
 }
 




reply via email to

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