From c7dcadb5cad70a5cb422aec4e18e9653727d02dd Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 24 Mar 2000 18:45:23 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 175d5afffc6..eae8b1bd6ba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,19 @@ +2000-03-24 Stefan Monnier + + * emacs-lisp/bytecomp.el (byte-compile-warning-types) + (byte-compile-warnings): New warning `noruntime'. + (byte-compile-constants, byte-compile-variables): Fix docstring. + (byte-compile-initial-macro-environment): Use `byte-compile-eval' to + execute `eval-whenc-compile's body. + (byte-compile-unresolved-functions): Fix docstring. + (byte-compile-eval): New function. + (byte-compile-callargs-warn): Check if the function will be available + at runtime (via property `byte-compile-noruntime'). + (byte-compile-print-syms): New function. + (byte-compile-warn-about-unresolved-functions): Also warn about + `noruntime' functions (and use `byte-compile-print-syms'). + (byte-compile-file): Capitalize the message. + 2000-03-24 Gerd Moellmann * mail/rmail.el (rmail-confirm-expunge): New user-option. -- 2.39.5