diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-02-15 11:29:43 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-02-15 11:29:43 +0100 |
commit | 8a2f73f12aaec40d9ef56faba00d4a7545b0cf0d (patch) | |
tree | b39524fd872a75ac717c534e897e900d49de3728 /etc | |
parent | f84f686ec9ce18fcb766a278970f4a81c8fe027c (diff) | |
download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |