mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-923
This commit is contained in:
commit
c12ecb0af9
35 changed files with 578 additions and 174 deletions
|
|
@ -308,7 +308,8 @@ If AUTO-SAVE is non-nil, compare the saved contents to the one last saved,
|
|||
(current-buffer))
|
||||
(insert ?\n)
|
||||
(dolist (symbol savehist-minibuffer-history-variables)
|
||||
(when (boundp symbol)
|
||||
(when (and (boundp symbol)
|
||||
(not (memq symbol savehist-ignored-variables)))
|
||||
(let ((value (savehist-trim-history (symbol-value symbol)))
|
||||
excess-space)
|
||||
(when value ; Don't save empty histories.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue