Mercurial > emacs
changeset 30076:71c92eebabd0
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 05 Jul 2000 17:33:10 +0000 |
parents | 39e2dae95929 |
children | f797982fdee0 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jul 05 17:32:43 2000 +0000 +++ b/lisp/ChangeLog Wed Jul 05 17:33:10 2000 +0000 @@ -1,3 +1,9 @@ +2000-07-05 Gerd Moellmann <gerd@gnu.org> + + * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias + mapc. + (cl-mapc): Use mapc instead of cl-old-mapc. + 2000-07-05 Andrew Innes <andrewi@gnu.org> * makefile.nt: Add support for `bootstrap' and related targets.
--- a/src/ChangeLog Wed Jul 05 17:32:43 2000 +0000 +++ b/src/ChangeLog Wed Jul 05 17:33:10 2000 +0000 @@ -1,3 +1,14 @@ +2000-07-05 Gerd Moellmann <gerd@gnu.org> + + * print.c (print_error_message): If Vsignaling_function is set, + show it in *Messages*. + + * lisp.h (Vsignaling_function): External declaration. + + * eval.c (Vsignaling_function): New variable. + (Fsignal): Compute it. + (syms_of_eval): Staticpro it. + 2000-07-05 Dave Love <fx@gnu.org> * syswait.h: Use the autoconf recommended approach. Old code