aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-10-28 23:54:13 +0000
committerGlenn Morris <[email protected]>2007-10-28 23:54:13 +0000
commit777ea444ba33063adc60dfca4b137b5a1e6fb731 (patch)
tree45bedcd222568afa318b2fecc775f46d4c072028 /etc
parentcf637a3431f6b9713f7d62c272215770460c1880 (diff)
The variable `byte-compile-warnings' can now...
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 26a8275104..d5848c5844 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