summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-02-15 11:29:43 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2022-02-15 11:29:43 +0100
commit8a2f73f12aaec40d9ef56faba00d4a7545b0cf0d (patch)
treeb39524fd872a75ac717c534e897e900d49de3728 /etc
parentf84f686ec9ce18fcb766a278970f4a81c8fe027c (diff)
downloademacs-8a2f73f12aaec40d9ef56faba00d4a7545b0cf0d.tar.gz
Allow savehist-additional-variables to truncate lists
* lisp/savehist.el (savehist-save): Allow truncating values (bug#30943).
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c7aa46395d6..1b4eaca00b5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -513,6 +513,11 @@ to edit such sequences by allowing point to "enter" the sequence.
* Changes in Specialized Modes and Packages in Emacs 29.1
+---
+** 'savehist-additional-variables' can now specify variable lengths.
+Lists that are longer than the specified length will be truncated
+before saving.
+
** Minibuffer and Completions
*** The "*Completions*" buffer can now be automatically selected.