*** empty log message ***

This commit is contained in:
Gerd Moellmann 1999-11-22 13:22:55 +00:00
parent 30aa3f192c
commit 02fda8fffb
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,9 @@
1999-11-22 Gerd Moellmann <gerd@gnu.org>
* calendar/calendar.el: Fix autoload for
calendar-absolute-from-astro. Add autoload for
calendar-print-astro-day-number.
1999-11-21 Anders Lindgren <andersl@andersl.com>
* follow.el: Use modern backquote syntax. Minor comment update.

View file

@ -1,3 +1,12 @@
1999-11-22 Gerd Moellmann <gerd@gnu.org>
* emacs.c (gdb_valbits, gdb_gctypebits, gdb_emacs_intbits)
(gdb_data_seg_bits): New variables.
* lisp.h (enum gdb_lisp_params): Put in #if 0, since it doesn't
work on systems not allowing enumerators > INT_MAX, and it
won't work if EMACS_INT is long long.
1999-11-22 Paul Eggert <eggert@twinsun.com>
Port to SunOS 4.1.x again. Help out with Alpha port.