Mercurial > emacs
comparison src/ChangeLog @ 108161:514ebf69b289
Fix wrong-docstring problem introduced with hash-consing.
* eval.c (Fautoload): Set doc to a unique number rather than to 0.
Remove unused var `args'.
* lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
(LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
* doc.c (store_function_docstring): Use XSETCAR.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 29 Apr 2010 08:42:01 -0400 |
parents | ad916afa5bdd |
children | ee8e46e5ac6d |
comparison
equal
deleted
inserted
replaced
108160:7fc92f732328 | 108161:514ebf69b289 |
---|---|
1 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 Fix wrong-docstring problem introduced with hash-consing. | |
4 * eval.c (Fautoload): Set doc to a unique number rather than to 0. | |
5 Remove unused var `args'. | |
6 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove. | |
7 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers. | |
8 * doc.c (store_function_docstring): Use XSETCAR. | |
9 | |
1 2010-04-28 Glenn Morris <rgm@gnu.org> | 10 2010-04-28 Glenn Morris <rgm@gnu.org> |
2 | 11 |
3 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables. | 12 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables. |
4 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them. | 13 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them. |
5 | 14 |