Brett --- original message --- On October 27, 2020, 9:43 PM GMT+11 larsi@gnus.org wrote: brett.randall@gmail.com writes: >> I'm unable to reproduce this bug either in Emacs 26.3 or on the trunk. >> `C-c C-c' in the *Abbrevs* buffer updates the abbreviation for me. >> >> Are you able to reproduce this bug starting from "emacs -Q"? >> >> Yes, the bug exists from there too. > Can you give a recipe for how to reproduce the bug, starting from > "emacs -Q"? Yes: emacs -Q M-x edit-abbrevs Scroll to last line - (global-abbrev-table) Append: "dfn" 0 "definition" C-c C-c (removes "modified" flag) C-x k M-x edit-abbrevs Scroll down to last line - abbreviation is not there C-x C-c (results in "Save abbrevs in ~/.emacs.d/abbrev_defs? (y or n) ") "y" to above Inspect .emacs.d/abbrev_defs - only contains one line: ;;-*-coding: utf-8;-*- --- end of original message ---