1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00

*** empty log message ***

This commit is contained in:
Andreas Schwab 2001-12-07 12:32:34 +00:00
parent 54defd0d1e
commit 9464dea48d
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2001-12-07 Andreas Schwab <schwab@suse.de>
* maintaining.texi (Emerge): Don't omit first argument of @ref.
* emacs.texi (Top): Likewise.
2001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* calc.texi: Add @direntry.

View file

@ -1,5 +1,8 @@
2001-12-07 Andreas Schwab <schwab@suse.de>
* alloc.c (inhibit_garbage_collection): Don't exceed value an int
can hold.
* data.c (Vmost_positive_fixnum, Vmost_negative_fixnum): Renamed
from most_positive_fixnum and most_negative_fixnum, resp., and
type changed to Lisp_Object.