bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55579: 29.0.50; Abbrevs not saved on exit anymore


From: Juri Linkov
Subject: bug#55579: 29.0.50; Abbrevs not saved on exit anymore
Date: Sun, 22 May 2022 20:10:43 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

After a recent change, 'C-x C-c' doesn't ask anymore to save abbrevs with:

  Save abbrevs in ~/.emacs.d/abbrev_defs?

It looks like the regression was caused by ce220524fcf.
Before this change, save-buffers-kill-emacs unconditionally
called save-some-buffers that also saves the abbrev table.
But after the change, save-some-buffers that saves abbrevs
is called only when files--buffers-needing-to-be-saved
detects unsaved buffers.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]