*** empty log message ***
This commit is contained in:
parent
de32572e73
commit
d5c5cddd55
2 changed files with 17 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue