emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Fri, 16 Nov 2007 21:25:00 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/11/16 21:24:59

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5996
retrieving revision 1.5997
diff -u -b -r1.5996 -r1.5997
--- ChangeLog   16 Nov 2007 21:23:07 -0000      1.5996
+++ ChangeLog   16 Nov 2007 21:24:58 -0000      1.5997
@@ -1,5 +1,8 @@
 2007-11-16  Stefan Monnier  <address@hidden>
 
+       * alloc.c (allocate_other_vector):
+       * lisp.h (allocate_other_vector): Remove.
+
        * window.c (struct save_window_data): Move non-lisp data to the end
        and make it `int' rather than Lisp_Object.
        (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
@@ -29,6 +32,7 @@
 
        * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
        (allocate_pseudovector): Make non-static.
+
        * lisp.h (enum pvec_type): New tag PVEC_OTHER.
        (allocate_pseudovector): Declare.
        (ALLOCATE_PSEUDOVECTOR): Move from alloc.c




reply via email to

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