aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4694d0f1d72..f3f40c8a2a6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -541,6 +541,9 @@ Note that +++ before an item means the Lisp manual has been updated.
541When you add a new item, please add it without either +++ or --- 541When you add a new item, please add it without either +++ or ---
542so I will know I still need to look at it -- rms. 542so I will know I still need to look at it -- rms.
543 543
544** The file name argument of function `file-locked-p' is now required
545instead of being optional.
546
544** The new built-in error `text-read-only' is signaled when trying to 547** The new built-in error `text-read-only' is signaled when trying to
545modify read-only text. 548modify read-only text.
546 549