comparison src/ChangeLog @ 85329:ad9922c079e4

(Fpurecopy): Set the pvec tag on pseudo vectors.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 16 Oct 2007 15:49:43 +0000
parents d0d527210b0c
children 0bc184c59770
comparison
equal deleted inserted replaced
85328:d0d527210b0c 85329:ad9922c079e4
1 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
2 4
3 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value. 5 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
4 (XMISCANY): New macro. 6 (XMISCANY): New macro.
5 (XMISCTYPE): Use it. 7 (XMISCTYPE): Use it.
6 (struct Lisp_Misc_Any): New type. 8 (struct Lisp_Misc_Any): New type.