aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5e92b8c0c8e..f9caea51f0c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -97,6 +97,8 @@ This can be used to add menu entries for backend specific functions.
97 97
98* Lisp Changes in Emacs 22.2. 98* Lisp Changes in Emacs 22.2.
99 99
100** Frame-local variables are deprecated and are slated for removal.
101 Use frame parameters instead.
100** The function invisible-p returns non-nil if the character 102** The function invisible-p returns non-nil if the character
101after a specified position is invisible. 103after a specified position is invisible.
102 104