changeset 85732:f62dcdb06cab

The variable `byte-compile-warnings' can now...
author Glenn Morris <rgm@gnu.org>
date Sun, 28 Oct 2007 23:54:13 +0000
parents 48794ad159a4
children 0ea54d2963bc
files etc/NEWS
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sun Oct 28 23:53:06 2007 +0000
+++ b/etc/NEWS	Sun Oct 28 23:54:13 2007 +0000
@@ -312,6 +312,14 @@
 +++
 ** 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