]> git.eshelyaron.com Git - emacs.git/commitdiff
The variable `byte-compile-warnings' can now...
authorGlenn Morris <rgm@gnu.org>
Sun, 28 Oct 2007 23:54:13 +0000 (23:54 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 28 Oct 2007 23:54:13 +0000 (23:54 +0000)
etc/NEWS

index 26a8275104d29787efbfb8313833ce5a6c9ba0d8..d5848c5844988cfc381a73a0616e9deb8f93c5f3 100644 (file)
--- 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.'
+
 \f
 * Lisp Changes in Emacs 23.1