Mercurial > emacs
comparison src/ChangeLog @ 85344:99492f857499
(free_misc): Use XMISCTYPE.
(live_misc_p, gc_sweep): Use Lisp_Misc_Any.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 17 Oct 2007 02:10:38 +0000 |
parents | 72683537bada |
children | 35d2f0abc597 |
comparison
equal
deleted
inserted
replaced
85343:54bb69a4ec60 | 85344:99492f857499 |
---|---|
1 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * alloc.c (free_misc): Use XMISCTYPE. | |
4 (live_misc_p, gc_sweep): Use Lisp_Misc_Any. | |
5 | |
1 2007-10-17 Glenn Morris <rgm@gnu.org> | 6 2007-10-17 Glenn Morris <rgm@gnu.org> |
2 | 7 |
3 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object. | 8 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object. |
4 (syms_of_minibuf): Add Qcompletion_ignore_case. | 9 (syms_of_minibuf): Add Qcompletion_ignore_case. |
5 * dired.c (Qcompletion_ignore_case): Change to external. | 10 * dired.c (Qcompletion_ignore_case): Change to external. |