changeset 41189:7f09d8712a4a

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Nov 2001 04:01:46 +0000
parents 0ca5d3516741
children 24f19e0a685d
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Nov 17 04:01:31 2001 +0000
+++ b/lisp/ChangeLog	Sat Nov 17 04:01:46 2001 +0000
@@ -1,3 +1,9 @@
+2001-11-16  Richard M. Stallman  <rms@gnu.org>
+
+	* calendar/todo-mode.el (todo-save): Fix previous change.
+
+	* subr.el (functionp): Do use cdr-safe on object.
+
 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* bindings.el (mode-line-mode-name): Only put the help-echo property
--- a/src/ChangeLog	Sat Nov 17 04:01:31 2001 +0000
+++ b/src/ChangeLog	Sat Nov 17 04:01:46 2001 +0000
@@ -1,3 +1,13 @@
+2001-11-16  Richard M. Stallman  <rms@gnu.org>
+
+	* 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  <monnier@cs.yale.edu>
 
 	* fileio.c (build_annotations): Split off the tail.