*** empty log message ***

This commit is contained in:
Richard M. Stallman 2001-11-17 04:01:46 +00:00
parent 887c6c1ff4
commit 032a857de1
2 changed files with 16 additions and 0 deletions

View file

@ -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

View file

@ -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.