comparison etc/NEWS @ 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 beb909dfc54d
children 0ea54d2963bc
comparison
equal deleted inserted replaced
85731:48794ad159a4 85732:f62dcdb06cab
310 * Incompatible Lisp Changes in Emacs 23.1 310 * Incompatible Lisp Changes in Emacs 23.1
311 311
312 +++ 312 +++
313 ** The function `dired-call-process' has been removed. 313 ** The function `dired-call-process' has been removed.
314 314
315 ** The variable `byte-compile-warnings' can now be a list starting with `not',
316 meaning to disable the specified warnings. The meaning of this list
317 may therefore be the reverse of what you expect (of course, this is
318 only an issue if you make use of the new `not' syntax). Rather than
319 checking/manipulating elements directly, use the new functions
320 `byte-compile-warning-enabled-p', `byte-compile-disable-warning', and
321 `byte-compile-enable-warning.'
322
315 323
316 * Lisp Changes in Emacs 23.1 324 * Lisp Changes in Emacs 23.1
317 325
318 +++ 326 +++
319 ** A list of default values can be specified for the DEFAULT argument of 327 ** A list of default values can be specified for the DEFAULT argument of