From 032a857de1979932ed6669d5d2abadcfdc3564be Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 Nov 2001 04:01:46 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 6 ++++++ src/ChangeLog | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7d51b4edf74..aa376c3da34 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2001-11-16 Richard M. Stallman + + * calendar/todo-mode.el (todo-save): Fix previous change. + + * subr.el (functionp): Do use cdr-safe on object. + 2001-11-16 Stefan Monnier * bindings.el (mode-line-mode-name): Only put the help-echo property diff --git a/src/ChangeLog b/src/ChangeLog index 484d4994d7a..dcd69d8744d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2001-11-16 Richard M. Stallman + + * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex. + + * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef. + * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef. + * s/hpux8.h (HAVE_SYS_WAIT_H): Define it. + + * m/convex.h (HAVE_SYS_WAIT_H): Add #undef. + 2001-11-16 Stefan Monnier * fileio.c (build_annotations): Split off the tail. -- 2.39.2