From 777ea444ba33063adc60dfca4b137b5a1e6fb731 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 28 Oct 2007 23:54:13 +0000 Subject: [PATCH] The variable `byte-compile-warnings' can now... --- etc/NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 26a8275104d..d5848c58449 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -312,6 +312,14 @@ supported on other platforms, but not on Windows due to using the winsock +++ ** The function `dired-call-process' has been removed. +** The variable `byte-compile-warnings' can now be a list starting with `not', +meaning to disable the specified warnings. The meaning of this list +may therefore be the reverse of what you expect (of course, this is +only an issue if you make use of the new `not' syntax). Rather than +checking/manipulating elements directly, use the new functions +`byte-compile-warning-enabled-p', `byte-compile-disable-warning', and +`byte-compile-enable-warning.' + * Lisp Changes in Emacs 23.1 -- 2.39.2