From: Gerd Moellmann Date: Wed, 5 Jul 2000 17:33:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2949 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5c5cddd55f1cdce2a44ee3beb76d74a39473fe5;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index febc952f5f2..c6528d7bcde 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2000-07-05 Gerd Moellmann + + * 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 * makefile.nt: Add support for `bootstrap' and related targets. diff --git a/src/ChangeLog b/src/ChangeLog index 2355672ac0f..2272fac3bf9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2000-07-05 Gerd Moellmann + + * 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 * syswait.h: Use the autoconf recommended approach. Old code