# HG changeset patch # User Glenn Morris # Date 1193615653 0 # Node ID f62dcdb06cab146ec4d3d1249c14beb135c2022c # Parent 48794ad159a4e4a1cb034497ebe70a2d4a7bd4be The variable `byte-compile-warnings' can now... diff -r 48794ad159a4 -r f62dcdb06cab etc/NEWS --- 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