diff options
| author | Glenn Morris | 2013-01-16 00:10:18 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-01-16 00:10:18 -0800 |
| commit | 64420fcd992411aac0f36cbbf0559fde9834ab23 (patch) | |
| tree | f6f65d29ffade2e2f64556fb5fa221ecd256dc4f /etc | |
| parent | cfbcc10b457e9ff27474171f0636ba23065ecaa2 (diff) | |
| download | emacs-64420fcd992411aac0f36cbbf0559fde9834ab23.tar.gz emacs-64420fcd992411aac0f36cbbf0559fde9834ab23.zip | |
NEWS tweak
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -32,9 +32,9 @@ features (image support, etc.) that are normally enabled by default. | |||
| 32 | 32 | ||
| 33 | ** New configure option `--enable-gcc-warnings' (for developing/debugging | 33 | ** New configure option `--enable-gcc-warnings' (for developing/debugging |
| 34 | Emacs). If building with GCC, this enables compile-time checks that | 34 | Emacs). If building with GCC, this enables compile-time checks that |
| 35 | warn about possibly-questionable C code. On a recent GNU system there | 35 | warn/give errors about possibly-questionable C code. On a recent GNU |
| 36 | should be no warnings; on older and on non-GNU systems the generated | 36 | system there should be no warnings; on older and on non-GNU systems |
| 37 | warnings may be useful. | 37 | the results may be useful to developers. |
| 38 | 38 | ||
| 39 | ** The configure option `--enable-use-lisp-union-type' has been | 39 | ** The configure option `--enable-use-lisp-union-type' has been |
| 40 | renamed to `--enable-check-lisp-object-type', as the resulting | 40 | renamed to `--enable-check-lisp-object-type', as the resulting |