aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0b0e5e571aa..11537363ef4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -84,10 +84,6 @@ longer have any effect. (They were declared obsolete in Emacs 23.)
84** New command line option `--no-site-lisp' removes site-lisp directories 84** New command line option `--no-site-lisp' removes site-lisp directories
85from load-path. -Q now implies this. 85from load-path. -Q now implies this.
86 86
87---
88** On Windows, Emacs now warns when the obsolete _emacs init file is used,
89and also when HOME is set to C:\ by default.
90
91 87
92* Changes in Emacs 24.1 88* Changes in Emacs 24.1
93 89
@@ -1378,6 +1374,10 @@ Use `filter-buffer-substring-functions' instead.
1378 1374
1379* Changes in Emacs 24.1 on non-free operating systems 1375* Changes in Emacs 24.1 on non-free operating systems
1380 1376
1377---
1378** On MS Windows, Emacs now warns when the obsolete _emacs init file is used,
1379and also when HOME is set to C:\ by default.
1380
1381** New configure.bat option --enable-checking builds Emacs with extra 1381** New configure.bat option --enable-checking builds Emacs with extra
1382runtime checks. 1382runtime checks.
1383 1383