aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ba33263cf44..a7ec965e3d6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -81,6 +81,9 @@ error, its exit status is 1.
81 81
82** Completion can cycle, depending on completion-cycle-threshold. 82** Completion can cycle, depending on completion-cycle-threshold.
83 83
84** `completing-read' can be customized using the new variable
85`completing-read-function'
86
84** auto-mode-case-fold is now enabled by default. 87** auto-mode-case-fold is now enabled by default.
85 88
86+++ 89+++