From d5c5cddd55f1cdce2a44ee3beb76d74a39473fe5 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 5 Jul 2000 17:33:10 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 6 ++++++ src/ChangeLog | 11 +++++++++++ 2 files changed, 17 insertions(+) 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 -- 2.39.2