aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0d02a9589cb..64ad1929ada 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -35,7 +35,6 @@ below. Emacs tries to warn you about these through `bad-packages-alist'.
35 35
36** cua.el, cua-mode.el: remove old versions. 36** cua.el, cua-mode.el: remove old versions.
37 37
38** vc-svn.el: remove old version.
39 38
40* Installation Changes in Emacs 22.2 39* Installation Changes in Emacs 22.2
41 40
@@ -107,7 +106,8 @@ This can be used to add menu entries for backend specific functions.
107* Lisp Changes in Emacs 22.2. 106* Lisp Changes in Emacs 22.2.
108 107
109** Frame-local variables are deprecated and are slated for removal. 108** Frame-local variables are deprecated and are slated for removal.
110 Use frame parameters instead. 109Use frame parameters instead.
110
111** The function invisible-p returns non-nil if the character 111** The function invisible-p returns non-nil if the character
112after a specified position is invisible. 112after a specified position is invisible.
113 113